miro_update_frame
Update a frame's title, position, size, or color on a Miro board. Modify specific frame properties by providing the board ID and frame ID.
Instructions
Update a frame's title, position, size, or color. At least one field must be provided.
VOICE-FRIENDLY: "Updated frame title to 'Q1 Goals'"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | New X position | |
| y | No | New Y position | |
| color | No | New background color | |
| title | No | New frame title | |
| width | No | New width | |
| height | No | New height | |
| board_id | Yes | Board ID | |
| frame_id | Yes | Frame ID to update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| message | Yes | ||
| success | Yes |