miro_get_frame
Retrieve full details of a specific Miro frame by ID, including dimensions and item count. Use a separate call to get items inside.
Instructions
Get full details of a specific frame by ID. To get items inside the frame, use miro_get_frame_items.
VOICE-FRIENDLY: "Frame 'Sprint Planning' is 800x600 with 12 items inside"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| frame_id | Yes | Frame ID to retrieve |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| id | Yes | ||
| color | No | ||
| title | No | ||
| width | Yes | ||
| height | Yes | ||
| message | Yes | ||
| created_at | No | ||
| created_by | No | ||
| child_count | Yes | ||
| modified_at | No | ||
| modified_by | No |