Miro · Capability
Miro Developer Platform — Sticky note items
Miro Developer Platform — Sticky note items. 4 operations. Lead operation: Create sticky note item. Self-contained Naftiko capability covering one Miro business surface.
What You Can Do
POST
Createstickynoteitem
— Create sticky note item
/v1/v2/boards/{board-id}/sticky-notes
GET
Getstickynoteitem
— Get sticky note item
/v1/v2/boards/{board-id}/sticky-notes/{item-id}
PATCH
Updatestickynoteitem
— Update sticky note item
/v1/v2/boards/{board-id}/sticky-notes/{item-id}
DELETE
Deletestickynoteitem
— Delete sticky note item
/v1/v2/boards/{board-id}/sticky-notes/{item-id}
MCP Tools
create-sticky-note-item
Create sticky note item
get-sticky-note-item
Get sticky note item
read-only
idempotent
update-sticky-note-item
Update sticky note item
idempotent
delete-sticky-note-item
Delete sticky note item
idempotent