get_node
Retrieve the context graph node for a file to understand its role, layer, stability, and dependencies without reading the source file.
Instructions
Get the context graph node for a file. Returns a SUMMARY by default (role, layer, stability, rules_count, deps_count, stale flag) — ~100 tokens. Pass full=true for the complete rules/dependencies/key_functions arrays. Call this INSTEAD of reading the source file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Include full rules + dependencies arrays (default false — summary only) | |
| file_path | Yes | Relative file path (e.g. 'src/services/generator.py') |