n3mo_get_dependencies
Map the forward-dependency graph of a given function or class to discover all external symbols it invokes, enabling blast-radius analysis.
Instructions
Find all external symbols that a given symbol calls (the forward-dependency graph).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol_name | Yes | Name of the function or class to inspect. | |
| project_path | No | Absolute path to workspace directory (default: current directory). |