Skip to main content
Glama

Advanced Trello MCP Server

add-labels

Enhance Trello cards by attaching labels using specified card and label IDs. Simplify organization and categorization within your Trello boards for efficient project management.

Input Schema

NameRequiredDescriptionDefault
itemsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "items": { "items": { "additionalProperties": false, "properties": { "cardId": { "description": "ID of the card to add the label to", "type": "string" }, "labelId": { "description": "ID of the label to add", "type": "string" } }, "required": [ "cardId", "labelId" ], "type": "object" }, "type": "array" } }, "required": [ "items" ], "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