trello_create_card
Add a card to a specified Trello list with a title. Optionally include description, dates, position, and labels.
Instructions
Create a new card in a list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Due date in ISO 8601 format | |
| pos | No | ||
| desc | No | Card description | |
| name | Yes | Card title | |
| start | No | Start date in YYYY-MM-DD format | |
| listId | Yes | Target list ID | |
| labelIds | No | Label IDs to apply |