MCP Server Trello

add_list_to_board

Add a new list to the board

Input Schema

NameRequiredDescriptionDefault
nameYesName of the new list

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name of the new list", "type": "string" } }, "required": [ "name" ], "type": "object" }