miro_bulk_create
Create up to 20 Miro board items (stickies, shapes, text) in one call with positions and content specified. Use for batch adding multiple elements at once.
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 |