miro_list_items
Retrieve up to 50 items from a Miro board, with filtering by type and detail level options for board content management.
Instructions
List items on a Miro board (max 50). For ALL items with auto-pagination, use miro_list_all_items. For text search, use miro_search_board.
USE WHEN: "what's on the board", "show all stickies", "list shapes"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| type | No | Filter by item type: sticky_note, shape, text, connector, frame | |
| 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 |