miro_search_board
Search a Miro board for items containing specific text. Filter results by item type and limit the number of items returned.
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
| 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) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matches | Yes | ||
| count | Yes | ||
| query | Yes | ||
| message | Yes |