ByteChef LogoByteChef
Backend (API Key)Tools

Returns a list with all the available tools

Returns a list with all the available tools.

GET
/{externalUserId}/tools

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

externalUserId*string

The external user id.

Query Parameters

categories?array<string>

Filter by specific integration categories, depending on the integrations the user has connected.

components?array<string>

Filter by specific components, depending on the integrations the user has connected.

tools?array<string>

Filter by specific tools, depending on the integrations the user has connected.

Header Parameters

X-Environment?string

The environment.

Value in

  • "DEVELOPMENT"
  • "STAGING"
  • "PRODUCTION"

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/string/tools"
{  "property1": [    {      "function": {        "name": "string",        "description": "string",        "parameters": "string"      },      "type": "function"    }  ],  "property2": [    {      "function": {        "name": "string",        "description": "string",        "parameters": "string"      },      "type": "function"    }  ]}

How is this guide?