Back to tools

get_tool

Get one tool from the canonical MCP registry.

Schema and Policy
{
  "name": "get_tool",
  "description": "Get one tool from the canonical MCP registry.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string"
      }
    },
    "required": [
      "name"
    ]
  },
  "category": "Registry",
  "authRequired": false,
  "mutability": "read",
  "status": "active"
}