Claude MCP Trello

trello_archive_card

Archives (closes) the specified card.

Input Schema

NameRequiredDescriptionDefault
cardIdYesThe ID of the card to archive

Input Schema (JSON Schema)

{ "properties": { "cardId": { "description": "The ID of the card to archive", "type": "string" } }, "required": [ "cardId" ], "type": "object" }