List tools
Returns every tool in the environment. A tool is something a playbook can call during a conversation. The call takes no paging parameters, so one request yields the whole set.
Authorizations
Voiceflow bearer token
Query Parameters
Target the agent. Cannot be used with playbookID.
Target a specific playbook. Cannot be used with global.
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
When provided, only tools of this type are returned.
api, mcp, function Response
Returns the tools attached to the agent or to a single playbook, depending on whether you pass global or playbookID. Each entry is the attachment rather than the underlying resource: it points at an API tool, function, or MCP tool by ID and carries the description, input mappings, and response capture used when the agent calls it.
- Option 1
- Option 2
- Option 3