get_dependency_graph
Map import dependencies across your codebase to understand module boundaries and pinpoint where to make changes. Filter by file pattern for targeted analysis.
Instructions
Get the import/dependency graph for the codebase.
Shows which files import from which other files within the project. Use this to understand module boundaries and find the right place to make changes.
Args: file_pattern: Optional substring to filter files (case-insensitive). Empty string analyzes the entire project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_pattern | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |