Get Tool
Return a single mock tool with its input/output pairs and the agents using it.
Authorizations
OAuth access token issued by Cekura for connected apps.
Path Parameters
A unique integer value identifying this tool.
Response
Name of the tool - must be less than 64 characters and contain only alphanumerics, underscores, hyphens, and spaces between words (no leading or trailing spaces)
255Description of the mock tool. Example: "This tool retrieves user data from the database based on user ID"
Information of the tool - must be a list of input-output mappings. Example:
Parameter names skipped during mock matching because they are free-text (e.g. ["notes", "reason"])
Per-tool webhook URL. None if this Tool is served through an MCP endpoint.
How this tool is accessed at runtime. {'type': 'direct'} for standalone tools; {'type': 'mcp', 'mock_index': N, 'url': '.../mcp/N/', 'server_name': ...} for MCP sub-tools.
MCP server this tool was fetched from, as {'name', 'key'}. Null for standalone (non-MCP) tools. Server-managed — ignored on writes.
Number of agents in the project sharing this tool.
True when more than one agent shares this tool. Edits and deletes affect every subscriber.
Agents using this tool, so a caller can see who an edit would affect.