get_dependencies
Identify all imports of a Python file (internal and external) and list files that depend on it, enabling impact assessment of code changes.
Instructions
Show what a file imports (internal vs external) and which files import IT (reverse dependencies / blast radius).
Use to gauge the impact of changing a module. Returns import edges with line numbers and the list of dependent files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Repo-relative .py file path. | |
| response_format | No | 'concise' or 'detailed'. | concise |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |