miro_create_app_card
Create custom app cards on Miro boards with status indicators and custom fields to track project details, integration status, or workflow stages.
Instructions
Create an app card with custom fields and status indicators. For simple cards with due dates, use miro_create_card instead.
USE WHEN: "create an app card", "add a card with fields", "create a custom card"
VOICE-FRIENDLY: "Created app card 'Integration Status'"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| title | Yes | App card title | |
| description | No | App card description | |
| status | No | Status indicator: connected, disconnected, disabled | |
| fields | No | Custom fields (max 5) | |
| x | No | X position | |
| y | No | Y position | |
| width | No | Card width (default 320) | |
| parent_id | No | Frame ID to place card in |