miro_copy_board
Duplicate a Miro board to a specific team, with an optional new name and description.
Instructions
Copy an existing Miro board.
VOICE-FRIENDLY: "Copied board to 'Sprint Planning Copy'"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name for the copy (defaults to 'Copy of {original}') | |
| team_id | No | Team ID to copy board to | |
| board_id | Yes | ID of the board to copy | |
| description | No | Description for the copy |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| message | Yes | ||
| view_link | Yes |