MCP Server Trello

by delorenj
Verified

add_card_to_list

Enables users to create and add a new card to a specified Trello list, including options for card name, description, due date, and labels, ensuring efficient task management.

Instructions

Add a new card to a specified list

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the card
dueDateNoDue date for the card (ISO 8601 format)
labelsNoArray of label IDs to apply to the card
listIdYesID of the list to add the card to
nameYesName of the card

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the card", "type": "string" }, "dueDate": { "description": "Due date for the card (ISO 8601 format)", "type": "string" }, "labels": { "description": "Array of label IDs to apply to the card", "items": { "type": "string" }, "type": "array" }, "listId": { "description": "ID of the list to add the card to", "type": "string" }, "name": { "description": "Name of the card", "type": "string" } }, "required": [ "listId", "name" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server Trello

Related Tools

ID: klqkamy7wt