miro_get_frame
Read-only
Retrieve detailed information about a specific frame on a Miro board by providing the board ID and frame ID.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| frame_id | Yes | Frame ID to retrieve |
Output Schema
TableJSON 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 |