miro_get_frame_items
Retrieve items from a Miro whiteboard frame, filterable by type, to manage content within visual groups.
Instructions
Get all items contained within a specific frame. Filterable by type. For items in a logical group, use miro_get_group_items.
VOICE-FRIENDLY: "Frame has 8 items: 5 stickies, 2 shapes, 1 text"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| frame_id | Yes | Frame ID to get items from | |
| type | No | Filter by item type: sticky_note, shape, text, card, image | |
| limit | No | Max items to return (default 50, max 100) | |
| cursor | No | Pagination cursor | |
| detail_level | No | Response detail level: 'minimal' (default) returns basic fields, 'full' includes style, geometry, timestamps, and creator info |