iiRecord
Agentic AI Atlas · dump-context
tool-descriptor:dump-contexta5c.ai
II.
ToolDescriptor JSON

tool-descriptor:dump-context

Structured · live

dump-context json

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

File · extensions/tool-descriptors/dump-context.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:dump-context",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/dump-context.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "dump-context",
    "description": "Plugin-shipped helper that dumps the current Claude Code context\n(session state, working directory, env summary) for debugging and\ndiagnostics. Provided as a `bin/` executable by the example portable\nextension plugin and surfaced as a callable tool when the plugin\ninstalls the binary into PATH.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "binary-provider:example-helpers",
      "to": "tool-descriptor:dump-context",
      "kind": "provides_executable",
      "attributes": {}
    }
  ]
}