Get tool
Get the full details of a single tool identified by its slug.
Authorizations
Enter your JWT token
Path Parameters
The slug identifying the tool to retrieve.
Query Parameters
Optional parent-application slug used to disambiguate when the same tool slug exists across applications.
Optional toolset id; when supplied, a slug naming one of the caller's workflows in that toolset resolves to the workflow-tool detail.
Response
The detailed representation of the tool.
Detail view returned by GET /api/DeveloperAPI/v1/applications/{slug}/... Extends ToolDTO with the embedded input/output schemas and the supports* flags AI agents inspect before composing a tool call.
Public identifier, sourced from Activity.McpToolName.
Category the tool belongs to.
Slug of the application this tool belongs to.
Whether the tool is deprecated.
Human-readable display name of the tool.
Description of what the tool does.
Display name of the application this tool belongs to.
Version of the tool.
JSON Schema describing the tool's input fields.
JSON Schema describing the tool's output shape.
Whether the tool supports filter conditions on execution.
Whether the tool supports sort ordering on execution.
Whether the tool supports top/offset pagination on execution.
Maximum number of filter conditions allowed per execution.
Maximum number of sort clauses allowed per execution.