get_dependency_graph
Map a symbol's dependencies to see what it relies on and what relies on it, up to a specified depth. Use this to assess the impact of changing that symbol.
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 |
|---|---|---|---|
| depth | No | ||
| symbol_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||