Get Poietic design
poietic_get_designRetrieve the current Poietic design as normalized JSON, including nodes, edges, and metadata. Use this to access a complete, structured snapshot of the design for further processing.
Instructions
Read the current Poietic design as normalized JSON: {formatVersion, metamodel, planeId, undoDepth, redoDepth, nodes[], edges[], unstructured[]}. Each node is {id, type, name, attributes}; each edge is {id, type, origin, target, attributes}. Replaces list and show. Prefer numeric IDs over names for references (duplicate names resolve arbitrarily upstream).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| design | No | Path to the design file. Defaults to the current design (poietic_use_design) or POIETIC_DESIGN. |