Read a diagram
get_diagramRead the full structure of a diagram: every node with its type and columns, every connection, and the groups. Use this before editing so you know what is actually there.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diagram_id | Yes | Canvas id, from list_diagrams, create_diagram, or create_blank_diagram. | |
| include_image | No | Attach a PNG preview and a markdown image link to show the user. Default true; pass false for structure-only reads. | |
| include_columns | No | Include table column lists. Default true. |