debug_dump_graph
Dump the entire graph structure to Mermaid, JSON, or Graphviz DOT for visualization, enabling quick debugging and clear understanding of relationships.
Instructions
DEBUG: Dump the entire graph structure for visualization. Returns the graph in Mermaid diagram, JSON, or Graphviz DOT format. Useful for debugging and understanding the graph structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: 'mermaid' for Mermaid flowchart diagram, 'json' for raw structure with all node/edge data, 'dot' for Graphviz DOT format. | mermaid |
| show_edges | No | Include edge relationships in output. | |
| limit_nodes | No | Maximum nodes to include in output (for large graphs). Set to null/None to include all nodes. |