get_dependency_graph
Retrieves the file dependency graph, showing import relationships between files to understand module structure and detect circular dependencies.
Instructions
Get the file dependency graph as Mermaid syntax or a list.
Shows which files import which other files, useful for understanding module structure and identifying circular dependencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | "mermaid" (default, Mermaid.js flowchart) or "list" | mermaid |
| file_path | No | optional — show only dependencies involving this file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |