Skip to main content
Glama

Advanced Trello MCP Server

move-list-to-board

Transfer a Trello list to a new board by specifying the list ID and destination board ID, enabling organized project management and resource allocation.

Input Schema

NameRequiredDescriptionDefault
boardIdYesID of the destination board
listIdYesID of the list to move

Input Schema (JSON Schema)

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