get_import_graph
Visualize module import relationships in Haskell codebases to analyze dependencies and understand code structure through interactive graphs.
Instructions
Generate module import relationship graph
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root_module | No | Root module to start graph from (optional) | |
| depth | No | Maximum depth to traverse | |
| include_external | No | Include external package imports | |
| limit | No | Maximum number of nodes in graph |