create_card
Add a new card to a specified Trello list, including due dates, descriptions, labels, and assignees. Enables quick task creation without leaving your current workflow.
Instructions
Create a new card on a list. Use this tool when you need to add a new card to a list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Due date for the card (ISO-8601 format, e.g., 2023-12-31T12:00:00Z) | |
| pos | No | Position of the card (top, bottom, or a positive number) | |
| desc | No | Description of the card | |
| name | Yes | Name of the card | |
| start | No | Start date for the card (ISO-8601 format, e.g., 2023-12-31T12:00:00Z) | |
| fields | No | Specific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel') | |
| idList | Yes | ID of the list the card should belong to | |
| address | No | Address for the card | |
| idLabels | No | IDs of labels to add to the card | |
| idMembers | No | IDs of members to assign to the card | |
| urlSource | No | URL to attach to the card | |
| coordinates | No | Coordinates for the card (latitude,longitude) | |
| detailLevel | No | Response detail level. 'minimal' returns only essential fields, 'standard' returns commonly used fields, 'detailed' returns most fields, 'full' returns all fields (default varies by operation type) | |
| dueComplete | No | Whether the due date is complete | |
| idCardSource | No | ID of a card to copy from | |
| locationName | No | Location name for the card | |
| keepFromSource | No | What to copy from the source card (all or a comma-separated list of: attachments, checklists, comments, due, labels, members, stickers) |