list_shapes
List shapes from a tldraw .tldr file, returning id, type, position (x, y), and label. Optionally filter by shape type.
Instructions
List shapes (id, type, x, y, label only - props omitted to save tokens).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to a .tldr file | |
| type | No | Filter by shape type (geo, text, arrow, ...) |