miro_get_board
Retrieve board metadata including name, description, owner, creation date, and sharing policy to understand board settings and ownership details.
Instructions
Get board metadata: name, description, owner, creation date, and sharing policy.
USE WHEN: "who owns this board?", "when was this board created?", "board settings", "tell me about this board"
NOT FOR: Board content overview with item counts (use miro_get_board_summary). Full content export for AI analysis (use miro_get_board_content).
PARAMETERS:
board_id: Required. Get from miro_list_boards or miro_find_board.
RETURNS: Board name, description, owner info, creation/modification timestamps, sharing policy, and view link.
VOICE-FRIENDLY: "Board 'Sprint Planning' owned by Jane, created Jan 15"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID to retrieve |