Skip to main content

List Tools

Returns the catalog of tools the agent can invoke internally during POST /agent/run / POST /agent/run/stream execution. Use this to surface agent capabilities in your UI or to validate tool availability ahead of time.
No authentication required (public). The endpoint returns a static catalog that does not depend on the workspace.

Request

No headers or query parameters required.

Response

Response fields

trigger / inputs / modes / flow / sseEvents / notes are optional — only tools that carry them will include them.

Categories

This endpoint is the source of truth for the agent’s tool set. Prefer the API response over any documentation that lists tools by name.

Examples

Error responses