Skip to main content
Glama

Plane MCP Server

Official
by makeplane

delete_label

Remove a label from a project in Plane MCP Server by specifying the project and label UUIDs. Simplify project management and maintain organized workflows with this API tool.

Instructions

Delete a label

Input Schema

NameRequiredDescriptionDefault
label_idYesThe uuid identifier of the label to delete
project_idYesThe uuid identifier of the project containing the label

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "label_id": { "description": "The uuid identifier of the label to delete", "type": "string" }, "project_id": { "description": "The uuid identifier of the project containing the label", "type": "string" } }, "required": [ "project_id", "label_id" ], "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/makeplane/plane-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server