docgraph_node
Retrieve detailed metadata, structure, and cross-references for a single document or heading. Use the 'section' parameter to read the full content of a specific heading.
Instructions
Get a single document or heading's full details: metadata, structure, and cross-references. Use 'section' to read the full content of a specific heading section from the source file. For multiple documents, use docgraph_explore instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document | Yes | Document name, path, or heading qualified name (e.g. 'docs/guide.md' or 'guide.md#Installation') When copying a path from docgraph_search results, strip the trailing '#heading:line' suffix (and any '[project/]' prefix in workspace mode) to the bare file path before passing it here. | |
| includeBody | No | Include body excerpt (default true) | |
| section | No | Return full content of a specific heading section. Accepts the exact heading text OR the anchor slug shown in search results (e.g. 'Neural Embeddings (agent-driven)' or 'neural-embeddings-agent-driven'). |