pixelart_list_canvases
List all canvases currently in memory to retrieve canvas IDs and dimensions, avoiding reliance on conversation memory.
Instructions
List every canvas currently held in memory for this server session.
Use this to recover canvas_id/size context in a long session instead of relying on conversation memory of what was created earlier.
Returns: JSON string: {"canvases": [{"canvas_id", "width", "height"}, ...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |