iiRecord
Agentic AI Atlas · Filesystem: List Allowed Directories
tool-descriptor:fs.list-allowed-directoriesa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:fs.list-allowed-directories

Structured · live

Filesystem: List Allowed Directories 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.list-allowed-directories",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/filesystem-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Filesystem: List Allowed Directories",
    "description": "Returns the list of root directories the server is allowed to access.\n",
    "inputSchema": {
      "type": "object",
      "properties": {}
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "directories": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:fs.list-allowed-directories",
      "to": "tool-server:filesystem-mcp",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:filesystem-mcp",
      "to": "tool-descriptor:fs.list-allowed-directories",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}