miro_bulk_update
Batch update multiple Miro board items (up to 20) in one call. Provide item IDs and only the fields you want to change—position, size, color, content, or parent frame.
Instructions
Update multiple items at once (max 20). Only provide fields you want to change.
VOICE-FRIENDLY: "Updated 5 items on the board"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Items to update (max 20) | |
| board_id | Yes | Board ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | ||
| message | Yes | ||
| updated | Yes | ||
| item_ids | Yes | ||
| failed_items | No | ||
| retriable_ids | No |