List tools
List the tools available to the caller, with optional filtering and pagination.
Authorizations
Enter your JWT token
Query Parameters
Optional free-text search applied across tool fields.
Optional exact-name filter.
Optional filter limiting results to tools of a specific application.
Optional category filter.
When true, returns only tools the caller can currently execute. Defaults to false.
When true, includes deprecated tools in the results. Defaults to false.
Zero-based index of the first item to return. Defaults to 0.
Maximum number of items to return. Defaults to 100.
Optional toolset id; when supplied, the caller's workflow tools in that toolset are included alongside activity tools.
Response
A paginated list of tools.
Offset-based paginated wrapper for a list of items.
The items in the current page.
Total number of items available across all pages.
Number of items skipped before this page (the requested offset).
Maximum number of items requested for this page.