create_card
Create a new card on Favro, specifying name, description, tags, assignees, and placement by board, column, or lane.
Instructions
Create a new card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lane | No | Lane (swimlane) ID or name to place the card in. Only applies to boards with lanes enabled; use list_lanes to see available lanes. | |
| name | Yes | Card name/title | |
| tags | No | List of tag IDs or names to add | |
| board | No | Board ID or name (uses current board if not specified) | |
| column | No | Column ID or name to place the card in | |
| assignees | No | List of user IDs, names, or emails to assign | |
| 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). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||