miro_create_text
Add free-floating text to Miro boards for titles, headings, labels, or annotations without background or border.
Instructions
Add free-floating text to a Miro board with no background or border. For notes with colored backgrounds, use miro_create_sticky. For rich Markdown documents, use miro_create_doc.
USE WHEN: "add a title", "put heading text", "write a label", "add text saying X"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| content | Yes | Text content | |
| x | No | X position | |
| y | No | Y position | |
| width | No | Text box width | |
| font_size | No | Font size (default 14) | |
| color | No | Text color | |
| parent_id | No | Frame ID |