miro_search_board
Search for items containing specific text on a Miro board to locate stickies, shapes, frames, or text matching your query.
Instructions
Search for items containing specific text on a board (case-insensitive). For listing without search, use miro_list_items.
USE WHEN: "find items about X", "search for budget", "which stickies mention deadline"
VOICE-FRIENDLY: "Found 3 stickies mentioning 'budget'"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID to search | |
| query | Yes | Text to search for in item content | |
| type | No | Filter by item type: sticky_note, shape, text, frame | |
| limit | No | Max results (default 20, max 50) |