get_call_graph
Retrieve function call graphs as Mermaid flowcharts by analyzing a specific file or the entire repository.
Instructions
Get function call graphs showing which functions call which. Can analyze a specific file or the entire repository. Returns a Mermaid flowchart.
Requires: index_repository must be called first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the indexed repository | |
| file_path | No | Specific file to analyze (relative to repo root). If omitted, analyzes entire repo. |