Skip to main content
Glama

Advanced Trello MCP Server

archive-cards

Automate archiving of Trello cards by specifying their IDs, streamlining project management and reducing board clutter. Integrate with Advanced Trello MCP Server for efficient workflows.

Input Schema

NameRequiredDescriptionDefault
cardIdsYesIDs of the cards to archive

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cardIds": { "description": "IDs of the cards to archive", "items": { "type": "string" }, "type": "array" } }, "required": [ "cardIds" ], "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