read_diagram_file
Parse an existing .drawio diagram file to retrieve cell details including IDs, positions, labels, styles, and connections for inspection before modification.
Instructions
Read and parse an existing .drawio diagram file. Returns all cells with their IDs, positions, labels, styles, and connections. Useful for inspecting a generated diagram to understand its structure before making changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to .drawio file (absolute, or relative to ./output/) |