Claude MCP Trello

trello_add_list

Adds a new list to the board.

Input Schema

NameRequiredDescriptionDefault
nameYesName of the list

Input Schema (JSON Schema)

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