get_call_graph
Generate a call graph for specified functions with configurable depth. Output in JSON or Mermaid format for dependency analysis.
Instructions
Export the call graph in specified format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fqns | No | List of fully qualified names to include in the graph | |
| depth | No | Depth of the call graph to export | |
| format | No | Output format, either 'json' or 'mermaid' | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph | Yes | ||
| analysis_status | No |