Skip to main content
Glama

Advanced Trello MCP Server

MIT License
21

move-all-cards-in-list

Transfer all cards from one list to another list on a different or same Trello board. Simplify project management by bulk-moving tasks across boards or lists.

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