Skip to main content
Glama

Advanced Trello MCP Server

create-list

Add a new list to a Trello board by specifying the board ID, list name, and position. Simplify task organization and project management through structured workflows.

Input Schema

NameRequiredDescriptionDefault
boardIdYesID of the board to create the list in
nameYesName of the list
positionNoPosition of the list (e.g. "top", "bottom", or a number)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "boardId": { "description": "ID of the board to create the list in", "type": "string" }, "name": { "description": "Name of the list", "type": "string" }, "position": { "description": "Position of the list (e.g. \"top\", \"bottom\", or a number)", "type": "string" } }, "required": [ "boardId", "name" ], "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