miro_bulk_create
Create multiple Miro items (stickies, shapes, text) in a batch of up to 20. Add them to a board in one request for efficient bulk creation.
Instructions
Create multiple items at once (max 20). For creating only stickies in a grid, use miro_create_sticky_grid instead.
USE WHEN: "add these 5 stickies", "create items for each of these", "batch add"
VOICE-FRIENDLY: "Created 5 items on the board"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Items to create (max 20) | |
| board_id | Yes | Board ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | ||
| created | Yes | ||
| message | Yes | ||
| item_ids | Yes | ||
| item_urls | No | ||
| failed_items | No | ||
| retriable_ids | No |