Skip to main content
Glama

Advanced Trello MCP Server

MIT License
21

create-list

Add new lists to Trello boards by specifying board ID, list name, and position. Supports integration via Advanced Trello MCP Server for streamlined project management.

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