export_call_graph
Export a Solidity project's function call graph in Mermaid or DOT format. Filter by contract or entry points for documentation or visualization.
Instructions
Exports the project's function call graph in Mermaid or DOT visualization format. Use this when you need a visual representation of function relationships or for documentation. Can filter to specific contracts or entry points only. Returns a string in the requested format suitable for rendering. May be large for big projects; use max_nodes to limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph | No | The call graph in the requested format | |
| format | No | ||
| success | Yes | ||
| truncated | No | True if graph was truncated due to max_nodes limit | |
| edge_count | No | ||
| node_count | No | ||
| error_message | No |