create_card
Creates a card in a specified Trello list. Provide list ID and card name; optionally include a description.
Instructions
Create a new card in a specific list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | ID of the list to create the card in | |
| name | Yes | Name of the card | |
| desc | No | Description of the card (optional) |