create_card
Add a new card to a Favro board by specifying its name and optional details like board, column, description, tags, and assignees.
Instructions
Create a new card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Card name/title | |
| board | No | Board ID or name (uses current board if not specified) | |
| column | No | Column ID or name to place the card in | |
| description | No | Detailed description. Favro supports a subset of Markdown: **bold**, *italic*, ~~strikethrough~~, `inline code`, ```code blocks```, [links](url), bullet lists, numbered lists, headings (# and ## only), and horizontal rules (---). Do not use tables, images, blockquotes, checkbox lists, or heading levels beyond ## — unsupported syntax causes the entire description to be stored as plain text. For checklists, use tasklists instead (see update_card's add_tasklist and add_task parameters). | |
| tags | No | List of tag IDs or names to add | |
| assignees | No | List of user IDs, names, or emails to assign |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||