cURL
curl --request POST \ --url https://api.veryfront.com/integrations/tools/list \ --header 'Authorization: Bearer <token>'
{ "tools": [ { "name": "github:list-repos", "description": "<string>", "inputSchema": {} } ] }
Lists integration tools available to the current user and project.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Available integration tools
Show child attributes