get_graph_state
Retrieve workflow graph state to track phase progress, node statuses, errors, and execution timeline with visual ASCII and Mermaid diagrams.
Instructions
Retrieve current workflow graph state, including visual ASCII progress table, Mermaid diagram, phase progress, nodes, error logs, and execution timeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeMermaid | No | Whether to include Mermaid flowchart syntax (default: true) | |
| includeAsciiTable | No | Whether to include formatted ASCII progress table (default: true) |