added
๐๐ New Tools: Tables & Docs for MCP Server
8 days ago by Horea Porutiu
Hey builders! ๐
We're excited to announce 4 new tools for the Miro MCP Server that unlock powerful capabilities for structured data and document creation directly on your boards.
๐ Table Tools
Manage tables programmatically with full CRUD support:
| Tool | Description |
|---|---|
table_create_new | Create a table on a Miro board with specified columns. Supports text and select column types. |
table_list_rows | Get rows from a Miro table with column metadata. Supports filtering by column value with cursor-based pagination. |
table_sync_rows | Add or update existing table rows. Uses key-based upsertโif a matching row is found, it updates; otherwise, it inserts a new row. |
๐ Doc Format Tool
| Tool | Description |
|---|---|
draft_doc_new | Create a doc format item (structured document similar to Google Docs) on a Miro board. |
The draft_doc_new tool supports some markdown syntax (we are working to try to support all markdown syntax, so stay tuned):
#headings (h1-h6)**bold**and*italic*text-unordered lists and1.ordered lists[links](url)
You can also position docs using x/y coordinates and place them inside frames.
๐ฏ Use Cases
These new tools are perfect for:
- Project Management: Create task boards with filterable status columns
- Documentation: Generate structured docs directly on boards from AI-generated content
- Data Visualization: Build data tables from external sources
- Workflow Automation: Sync row data from external systems using key-based upsert
๐ Resources
Ready to build? Start by connecting your AI tools to Miro's MCP Server.