get_call_graph
Retrieve the call graph for any function in the repository, showing both callees and callers across files.
Instructions
Get what a function calls and what calls it across the repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | path relative to the repo root (e.g., "src/main.py" or "calculator.py") | |
| function_name | Yes | name of the function to inspect |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |