Skip to main content
Glama

Advanced Trello MCP Server

update-label

Modify Trello label properties such as name and color using the specified label ID, enabling precise label management in project workflows.

Input Schema

NameRequiredDescriptionDefault
colorNoNew color for the label (use "null" to remove color)
labelIdYesID of the label to update
nameNoNew name for the label

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "color": { "description": "New color for the label (use \"null\" to remove color)", "enum": [ "yellow", "purple", "blue", "red", "green", "orange", "black", "sky", "pink", "lime", "null" ], "type": "string" }, "labelId": { "description": "ID of the label to update", "type": "string" }, "name": { "description": "New name for the label", "type": "string" } }, "required": [ "labelId" ], "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