miro_list_boards
List Miro boards accessible to the user, with optional search by name, filter by team ID, pagination, and configurable limit.
Instructions
List Miro boards accessible to the user. Use board ID for subsequent operations. For a specific board by name, use miro_find_board instead.
VOICE-FRIENDLY: "Found 5 boards: Design Sprint, Product Roadmap, Team Retro..."
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max boards to return (default 20, max 50) | |
| query | No | Search boards by name | |
| offset | No | Pagination cursor | |
| team_id | No | Filter by team ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| boards | Yes | ||
| offset | No | ||
| has_more | Yes |