Skip to main content
Glama

Advanced Trello MCP Server

MIT License
21

archive-all-cards-in-list

Archive all cards in a specified Trello list to clean up and organize your board. Simplify project management by removing completed or outdated tasks quickly.

Input Schema

NameRequiredDescriptionDefault
listIdYesID of the list to archive all cards in

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "listId": { "description": "ID of the list to archive all cards in", "type": "string" } }, "required": [ "listId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/adriangrahldev/advanced-trello-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server