II.
ToolDescriptor JSON
Structured · livetool-descriptor:dump-context
dump-context json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}