Back to tools

get_resource

Get one resource by URI or name from the canonical MCP registry.

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