II.
ToolDescriptor JSON
Structured · livetool-descriptor:read-mcp-resource-tool
ReadMcpResourceTool json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:read-mcp-resource-tool",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/claude-code-extended-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "ReadMcpResourceTool",
"description": "Read a specific MCP resource by URI. Permission: not required\n(read-only).\n",
"inputSchema": {
"type": "object",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string"
},
"server": {
"type": "string"
}
}
},
"mode": "normal",
"streamable": false
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-runtime-impl:claude-code.runtime@1.x",
"to": "tool-descriptor:read-mcp-resource-tool",
"kind": "bundles",
"attributes": {}
}
]
}