Get Tool

Describe one tool and its input schema.

MethodGET
/api/v2/tools/:toolName

Returns one tool schema. Permission must include the tool's required scope.

Path Parameters

NameTypeDescription
toolNamestringRequired. Tool name, e.g. list_subscribers.

Response Fields

FieldTypeDescription
namestringTool name.
descriptionstringWhat the tool does.
categorystringTool group.
inputSchemaobjectJSON Schema for the POST body.
outputSchemaobjectJSON Schema for the tool result.
endpointstringExecute path: /api/v2/tools/{name}.

Errors

StatusnameWhen
401missing_api_keyMissing or invalid bearer token
403missing_permissionToken lacks the tool's permission
404not_foundUnknown tool name