get_dependency_graph
Retrieve dependency graphs for code symbols to analyze what they depend on and what depends on them, aiding change impact assessment.
Instructions
Get the dependency graph for a symbol: what it depends ON and what depends on IT, up to the specified depth.
Use this to understand the impact radius of changing a symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol_name | Yes | ||
| depth | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||