II.
ToolDescriptor JSON
Structured · livetool-descriptor:gdrive.read-file
Google Drive: Read File json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:gdrive.read-file",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/google-drive-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "Google Drive: Read File",
"description": "Return file contents (text/markdown/binary) for a file ID.",
"inputSchema": {
"type": "object",
"required": [
"file_id"
],
"properties": {
"file_id": {
"type": "string"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"content": {
"type": "string"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:gdrive.read-file",
"to": "tool-server:mcp-google-drive",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:mcp-google-drive",
"to": "tool-descriptor:gdrive.read-file",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}