{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/workato/refs/heads/main/json-structure/workato-mcp-server-tool-structure.json", "name": "Tool", "description": "An API endpoint or action exposed through an MCP server as a callable tool.", "type": "object", "properties": { "id": { "type": "string", "description": "Unique identifier of the tool within its application." }, "name": { "type": "string", "description": "Display name of the tool." }, "description": { "type": "string", "description": "Description of what the tool does and when AI agents should use it." }, "trigger_application": { "type": "string", "description": "The application or API collection that owns this tool." } } }