Skip to main content
Glama

Advanced Trello MCP Server

move-all-cards-in-list

Transfer all cards from a Trello list to a designated list on another board, simplifying task reorganization and project management.

Input Schema

NameRequiredDescriptionDefault
destinationBoardIdYesID of the destination board
destinationListIdYesID of the destination list
listIdYesID of the source list

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "destinationBoardId": { "description": "ID of the destination board", "type": "string" }, "destinationListId": { "description": "ID of the destination list", "type": "string" }, "listId": { "description": "ID of the source list", "type": "string" } }, "required": [ "listId", "destinationBoardId", "destinationListId" ], "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