iiRecord
Agentic AI Atlas · Filesystem: Edit File
tool-descriptor:fs.edit-filea5c.ai
II.
ToolDescriptor JSON

tool-descriptor:fs.edit-file

Structured · live

Filesystem: Edit File 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.edit-file",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/filesystem-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Filesystem: Edit File",
    "description": "Apply line-based edits to a text file with a diff preview.\n",
    "inputSchema": {
      "type": "object",
      "required": [
        "path",
        "edits"
      ],
      "properties": {
        "path": {
          "type": "string"
        },
        "edits": {
          "type": "array"
        },
        "dryRun": {
          "type": "boolean"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "diff": {
          "type": "string"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:fs.edit-file",
      "to": "tool-server:filesystem-mcp",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:filesystem-mcp",
      "to": "tool-descriptor:fs.edit-file",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}