Get tool
Get tool
Returns a single tool by ID, with the fields that define it. A tool is something a playbook can call during a conversation.
GET
Get tool
Authorizations
Voiceflow bearer token
Path Parameters
The ID of the tool to operate on.
Query Parameters
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
The type of the tool to fetch.
Available options:
api, mcp, function Response
200 - application/json
Returns one attached tool with the resource it points at, the description the agent reads, its input mappings, and where its response is captured. The required type parameter selects which of the three shapes, API, function, or MCP, comes back.
- Option 1
- Option 2
- Option 3