trello_add_card
Add a card to a specific Trello list with details like title, description, due date, and labels. Simplify task management and organization on Trello boards.
Instructions
Adds a card to the specified list.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | Details of the card (optional) | |
dueDate | No | Due date (can be specified in ISO8601 format, etc. Optional) | |
labels | No | Array of label IDs (optional) | |
listId | Yes | The ID of the list to add to | |
name | Yes | The title of the card |