create_frame
Create a named rectangular frame on a Miro board to group related items into sections, then use the returned frame ID to place content inside it.
Instructions
Creates a named frame (a rectangular container) on the board. Frames are used to group related content into sections. Use this before populating a new area with items so they can be logically grouped. Returns the frame ID which you can then use to place items inside it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Position of frame center | |
| y | Yes | Position of frame center | |
| title | Yes | Frame label shown at the top | |
| width | No | Frame width (default 1200) | |
| height | No | Frame height (default 800) | |
| board_id | Yes | Miro board ID | |
| background_color | No | Hex color e.g. #ffffff |