miro_find_board
Search for a Miro board by name using case-insensitive partial matching to obtain its board ID for further operations.
Instructions
Find a Miro board by name (case-insensitive, partial match). Returns board ID for subsequent operations. For listing all boards, use miro_list_boards.
USE WHEN: "find board named X", "get the Design Sprint board"
VOICE-FRIENDLY: "Found 'Design Sprint' board - ready to work on it"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Board name to search for (case-insensitive, supports partial matching) |