Create Card
create_cardAdd a new task to any Trello list by specifying the list ID and card name, plus optional description, due date, labels, members, and position.
Instructions
Create a new card on a Trello list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Due date (ISO 8601 format, e.g. 2024-12-31T12:00:00Z) | |
| pos | No | Position: 'top', 'bottom', or a positive number | |
| desc | No | Description of the card | |
| name | Yes | Name/title of the card | |
| idList | Yes | The ID of the list to create the card in | |
| idLabels | No | Array of label IDs to add | |
| idMembers | No | Array of member IDs to assign |