create_card
Create a new card in a Trello list, optionally setting its description, due date, position, labels, and assigned members.
Instructions
Create a new card in a Trello list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ||
| name | Yes | ||
| description | No | ||
| position | No | bottom | |
| due | No | ||
| label_ids | No | ||
| member_ids | No |