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