dense_text
Retrieve a structural graph map in dense sigil notation, scoped to a selected node or showing the entire codebase graph. Control output length with a character budget.
Instructions
Structural graph in dense sigil notation — the map of entities, relationships, and scopes. The primary context tool: feed it to the LLM so it can navigate without reading files. With seed, returns just that node's activated neighbourhood (scoped map) instead of the whole graph; otherwise the full map, truncated to budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Optional node/qname to scope the map around (its activated neighbourhood). Blank = whole graph. | |
| budget | No | Max chars in the result. 0 = default cap (~50k, or REPO_GRAPH_DENSE_MAX_CHARS). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |