iiRecord
Agentic AI Atlas · NotebookEdit
tool-descriptor:notebook-edita5c.ai
II.
ToolDescriptor JSON

tool-descriptor:notebook-edit

Structured · live

NotebookEdit json

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

File · extensions/tool-descriptors/notebook-edit.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:notebook-edit",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/notebook-edit.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "NotebookEdit",
    "description": "Built-in Claude Code tool for editing Jupyter notebook cells in\n`.ipynb` files. Operations: replace cell source, insert new cell,\ndelete cell. Bundled with the Claude Code 1.x runtime.\n",
    "category": "filesystem",
    "vendor": "anthropic"
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:notebook-edit",
      "to": "agent-runtime-impl:claude-code.runtime@1.x",
      "kind": "bundled_in",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:a5c.runtime@current",
      "to": "tool-descriptor:notebook-edit",
      "kind": "bundles",
      "attributes": {}
    },
    {
      "from": "agent-runtime-impl:claude-code.runtime@1.x",
      "to": "tool-descriptor:notebook-edit",
      "kind": "bundles",
      "attributes": {}
    },
    {
      "from": "claim:source-provenance-run5-extensions-tool-descriptors-notebook-edit-yaml",
      "to": "tool-descriptor:notebook-edit",
      "kind": "about_subject"
    }
  ]
}