List Tools

Catalog of executable Lumail tools.

MethodGET
/api/v2/tools

Lists tools the token can execute. Permission: any valid token; the catalog is filtered to the token's scopes.

SDK tools.list() takes no args. HTTP accepts optional ?limit= to slice the list.

Query Parameters

NameTypeDescription
limitintegerOptional slice. When more tools exist than limit, has_more is true.

Response Fields

FieldTypeDescription
object"list"Discriminator. Always list.
has_morebooleantrue when limit truncated the list.
dataarrayTool schemas: name, description, inputSchema, endpoint.

Errors

StatusnameWhen
401missing_api_keyMissing or invalid bearer token