miro_get_item
Read-only
Retrieve detailed information about a specific Miro whiteboard item using its ID. Use this tool to access item properties, creation details, and content for analysis or further actions.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| item_id | Yes | Item ID to retrieve |
Output Schema
TableJSON 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 |