code_intel_symbol_graph
Return repository dependency and call-graph data, optionally centered on a symbol, so coding agents can trace code relationships and dependencies.
Instructions
Return repository dependency/call-graph data, optionally centered on a symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Optional function, class, or symbol name. | |
| index_dir | No | Optional index storage directory. | |
| repo_path | No | Repository root; defaults to the server --dir. |