MCP Server Trello

archive_list

Send a list to the archive

Input Schema

NameRequiredDescriptionDefault
listIdYesID of the list to archive

Input Schema (JSON Schema)

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