iiRecord
Agentic AI Atlas · Filesystem: Directory Tree
tool-descriptor:fs.directory-treea5c.ai
II.
ToolDescriptor JSON

tool-descriptor:fs.directory-tree

Structured · live

Filesystem: Directory Tree json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-descriptors/filesystem-mcp-tools.yamlCluster · extensions
Record JSON
{
  "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": {}
    }
  ]
}