miro_get_board_summary
Provides a board overview with item counts and statistics, such as number of stickies, shapes, and frames.
Instructions
Get board overview with item counts and statistics. For full content export, use miro_get_board_content instead.
USE WHEN: "summarize this board", "board stats", "what's the overview"
VOICE-FRIENDLY: "Design Sprint has 15 stickies, 8 shapes, and 3 frames - 26 items total"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID to summarize |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| message | Yes | ||
| view_link | Yes | ||
| description | No | ||
| item_counts | Yes | ||
| total_items | Yes | ||
| recent_items | No |