Internal
Sticky note
The sticky note item type.
Send "type": "sticky_note". A primitive the editor draws; it has no MCP tool.
Fields
textstringrequiredcolorstringA note swatch name (yellow, peach, pink, lavender, blue, cyan, green, gray) or a hex colour. Defaults to yellow.
fontSizeintegerauthorstringShown on the note. Defaults to the token owner.
Example
{
"type": "sticky_note",
"data": {
"text": "Interview 5 users",
"color": "yellow",
"fontSize": 0,
"author": "string"
}
}
Was this page helpful?