Skip to main content
Glama

Advanced Trello MCP Server

delete-label

Remove specific labels from Trello cards by providing the label ID, streamlining project organization and management in the Advanced Trello MCP Server.

Input Schema

NameRequiredDescriptionDefault
labelIdYesID of the label to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "labelId": { "description": "ID of the label to delete", "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