Skip to main content
Glama

Advanced Trello MCP Server

create-labels

Generate and manage custom labels in Trello boards to improve task organization. Define label names and colors for enhanced project tracking and categorization.

Input Schema

NameRequiredDescriptionDefault
labelsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "labels": { "items": { "additionalProperties": false, "properties": { "boardId": { "description": "ID of the board to create the label in", "type": "string" }, "color": { "description": "Color of the label", "enum": [ "yellow", "purple", "blue", "red", "green", "orange", "black", "sky", "pink", "lime" ], "type": "string" }, "name": { "description": "Name of the label", "type": "string" } }, "required": [ "boardId", "name", "color" ], "type": "object" }, "type": "array" } }, "required": [ "labels" ], "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