miro_copy_board
Copy an existing Miro board to create duplicates for different teams, projects, or iterations. Specify board ID, name, description, and team ID for the new copy.
Instructions
Copy an existing Miro board.
VOICE-FRIENDLY: "Copied board to 'Sprint Planning Copy'"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | ID of the board to copy | |
| name | No | Name for the copy (defaults to 'Copy of {original}') | |
| description | No | Description for the copy | |
| team_id | No | Team ID to copy board to |