II.
ToolDescriptor JSON
Structured · livetool-descriptor:fs.directory-tree
Filesystem: Directory Tree json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:fs.directory-tree",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/filesystem-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "Filesystem: Directory Tree",
"description": "Recursive directory listing as a JSON tree of file/directory nodes.\n",
"inputSchema": {
"type": "object",
"required": [
"path"
],
"properties": {
"path": {
"type": "string"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"tree": {
"type": "object"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:fs.directory-tree",
"to": "tool-server:filesystem-mcp",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:filesystem-mcp",
"to": "tool-descriptor:fs.directory-tree",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}