get_diagram_info
Retrieve a structured summary of an Excalidraw diagram, including node IDs, labels, component types, and connection topology. Use this before making modifications to understand existing structure.
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 |