Create a card
create_cardCreate a new card in a Trello list by specifying its name, description, due date, position, members, or labels.
Instructions
Create a new card in a list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Due date as ISO 8601 (e.g. 2026-07-01T17:00:00Z) | |
| pos | No | Position: "top", "bottom", or a positive number | |
| desc | No | Card description (markdown) | |
| name | Yes | Card name/title | |
| idList | No | List id to create the card in (defaults to TRELLO_LIST_ID if set) | |
| idLabels | No | Label ids to apply | |
| idMembers | No | Member ids to assign |