Skip to main content
Glama

trello-mcp-server

move-cards

Move Trello cards between lists or reposition them within a list using specific card and list IDs for organized project management.

Input Schema

NameRequiredDescriptionDefault
cardsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cards": { "items": { "additionalProperties": false, "properties": { "cardId": { "description": "ID of the card to move", "type": "string" }, "listId": { "description": "ID of the destination list", "type": "string" }, "position": { "description": "Position in the list (e.g. \"top\", \"bottom\")", "type": "string" } }, "required": [ "cardId", "listId" ], "type": "object" }, "type": "array" } }, "required": [ "cards" ], "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/v4lheru/trello-mcp-server'

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