Skip to main content
Glama

Advanced Trello MCP Server

update-label-field

Modify label fields (name or color) in Trello using the specified label ID. Streamline project management with precise label updates via Advanced Trello MCP Server.

Input Schema

NameRequiredDescriptionDefault
fieldYesField to update (name or color)
labelIdYesID of the label to update
valueYesNew value for the field

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "field": { "description": "Field to update (name or color)", "enum": [ "name", "color" ], "type": "string" }, "labelId": { "description": "ID of the label to update", "type": "string" }, "value": { "description": "New value for the field", "type": "string" } }, "required": [ "labelId", "field", "value" ], "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