MCP Server Trello

archive_card

Send a card to the archive

Input Schema

NameRequiredDescriptionDefault
cardIdYesID of the card to archive

Input Schema (JSON Schema)

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