List tools
Lists all tools in the tool set
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Workspace ID.
"workspace_01HXKD2E5NQM3T9AYWCF133E3Q"
Tool set ID. Accepts the canonical ts_… form or the external_id: form.
"toolset_01HXKD2E5NQM3T9AYWCFNRMN74"
Query Parameters
Maximum number of results to return
Pagination cursor from previous response
Filter expression (query param: prefix)
Free-form search query
Filter by tool name (exact match). Multiple values are OR'd together.
Filter by tool state. Multiple values are OR'd together.
STATE_UNSPECIFIED, STATE_AVAILABLE, STATE_OMITTED, STATE_ARCHIVED Filter by approval requirement. Omitted = no filter; true = only tools requiring approval; false = only tools not requiring approval.
Filter to tools matched by the tool set overlays with these keys (ToolSetSpec.overlays), i.e. tools whose info.overlays contains the key. Multiple values are OR'd together. Selectors are evaluated against every tool in the set to answer this, so total counts reflect the filtered set. An unknown overlay key matches nothing.
Filters by metadata labels. Comma-separated key=value pairs, e.g. "env=prod,team=ai". A resource matches only if every pair matches exactly (AND semantics).
Sort order for results (asc or desc by creation time)
When set to true you may use more of your alloted API rate-limit