MCP Server Trello

switch_board

Switch to a different Trello board

Input Schema

NameRequiredDescriptionDefault
boardIdYesID of the board to switch to

Input Schema (JSON Schema)

{ "properties": { "boardId": { "description": "ID of the board to switch to", "type": "string" } }, "required": [ "boardId" ], "type": "object" }