Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MIRO_ACCESS_TOKEN | Yes | Your MIRO access token generated from the MIRO Developer Portal with boards:read scopes. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_boards | List all MIRO boards accessible to the user |
| get_board | Get details about a specific MIRO board |
| get_board_items | Get all items (widgets) from a MIRO board |
| get_board_frames | Get all frames from a MIRO board |
| search_board_content | Search for text content across all items in a MIRO board |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |