miro_create_card
Add task cards with titles, descriptions, and due dates to Miro boards for project management and team collaboration.
Instructions
Create a card on a Miro board. Cards have title, description, and due dates. For cards with custom fields and status, use miro_create_app_card.
USE WHEN: "add a card", "create a task card", "card with due date"
VOICE-FRIENDLY: "Created card 'Review design specs'"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| title | Yes | Card title | |
| description | No | Card description/body text | |
| due_date | No | Due date in ISO 8601 format (e.g., 2024-12-31) | |
| x | No | X position | |
| y | No | Y position | |
| width | No | Card width (default 320) | |
| parent_id | No | Frame ID to place card in |