Skip to main content
POST
Get available tools for the authenticated user

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Body

application/json
minimum
boolean

When true, omits the instructions field from each tool in the response. Useful for selector UIs that only need the identifier + short description.

Example:

true

Response

Tools retrieved successfully

success
boolean
required

Whether the operation was successful

Example:

true

data
object[]
required

List of tools sorted in ascending order by name

message
string

Present only when no tools are found, with the value "No Tools"

Example:

"No Tools"