List Tools
Catalog of executable Lumail tools.
MethodGET
/api/v2/toolsLists 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
| Name | Type | Description |
|---|---|---|
limit | integer | Optional slice. When more tools exist than limit, has_more is true. |
Response Fields
| Field | Type | Description |
|---|---|---|
object | "list" | Discriminator. Always list. |
has_more | boolean | true when limit truncated the list. |
data | array | Tool schemas: name, description, inputSchema, endpoint. |
Errors
| Status | name | When |
|---|---|---|
| 401 | missing_api_key | Missing or invalid bearer token |