miro_list_boards
Retrieve accessible Miro boards for selection and management, enabling users to identify boards by name or filter by team for subsequent operations.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Filter by team ID | |
| query | No | Search boards by name | |
| limit | No | Max boards to return (default 20, max 50) | |
| offset | No | Pagination cursor |