miro_get_item
Retrieve full details of a specific Miro board item by its ID, including content, creator, and timestamps.
Instructions
Get full details of a specific item by ID. If you don't have the item ID, use miro_search_board to find it or miro_list_items to browse.
VOICE-FRIENDLY: "That sticky says 'Review Q4 goals' and was created by John yesterday"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | Item ID to retrieve | |
| board_id | Yes | Board ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| id | Yes | ||
| type | Yes | ||
| color | No | ||
| shape | No | ||
| title | No | ||
| width | No | ||
| height | No | ||
| content | No | ||
| parent_id | No | ||
| created_at | No | ||
| created_by | No | ||
| modified_at | No | ||
| modified_by | No |