II.
ToolDescriptor JSON
Structured · livetool-descriptor:fs.get-file-info
Filesystem: Get File Info json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:fs.get-file-info",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/filesystem-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "Filesystem: Get File Info",
"description": "Return size, mtime, ctime, and permissions metadata for a path.\n",
"inputSchema": {
"type": "object",
"required": [
"path"
],
"properties": {
"path": {
"type": "string"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"info": {
"type": "object"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:fs.get-file-info",
"to": "tool-server:filesystem-mcp",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:filesystem-mcp",
"to": "tool-descriptor:fs.get-file-info",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}