get_diagram_info
Retrieve a structured summary of an Excalidraw diagram to understand nodes, IDs, labels, component types, and connection topology before making modifications.
Instructions
Get a structured summary of an existing Excalidraw diagram.
Call this BEFORE modify_diagram to understand what nodes and connections currently exist. The summary includes node ids, labels, component types, and the full connection topology.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the .excalidraw file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |