get_board_items
Retrieve all widgets from a Miro board, with options to filter by item type and limit results for efficient board content management.
Instructions
Get all items (widgets) from a MIRO board
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | The ID of the MIRO board | |
| item_type | No | Filter by item type (sticky_note, text, shape, card, etc.) | |
| limit | No | Maximum number of items to return (default: 50, max: 100) |