list_board_items
Retrieve all items on a Miro board, optionally filtered by type, to review existing content before creating or modifying anything.
Instructions
Lists all items on a Miro board, optionally filtered by type. Use this to understand what is already on the board before creating or modifying anything. Returns item IDs, types, positions, and text content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by item type: sticky_note, shape, frame, connector, text, card — if omitted, returns all types | |
| board_id | Yes | Miro board ID (extracted from board URL, e.g. uXjVGnXi5V0=) |