Tools
List Static Tools
Returns a page of tools from the engine configuration, optionally filtered by toolkit and/or metadata
get/v1/tools
Query parameters
toolkitstring
Toolkit name
limitinteger
Number of items to return (default: 25, max: 100)
offsetinteger
Offset from the start of the list (default: 0)
include_formatstring[]
Comma separated tool formats that will be included in the response.
user_idstring
User ID
include_all_versionsboolean
Include all versions of each tool
filterstring
JSON metadata filter. Array fields (service_domains, operations): shorthand array or object with any_of/all_of/none_of operators (case-insensitive). Boolean fields: read_only, destructive, idempotent, open_world. Extras: case-sensitive key-value subset match.
Response
OK