Claude MCP Trello

trello_archive_list

Archives (closes) the specified list.

Input Schema

NameRequiredDescriptionDefault
listIdYesThe ID of the list to archive

Input Schema (JSON Schema)

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