archive_list
Archive a Trello list by providing its ID; simplifies board management and keeps workspaces organized while integrating with MCP Server Trello.
Instructions
Send a list to the archive
Input Schema
Name | Required | Description | Default |
---|---|---|---|
listId | Yes | ID of the list to archive |
Input Schema (JSON Schema)
{
"properties": {
"listId": {
"description": "ID of the list to archive",
"type": "string"
}
},
"required": [
"listId"
],
"type": "object"
}