Plane MCP Server

Official

get_label

Retrieve detailed information about a specific label within a project using the Plane MCP Server, enabling efficient management and integration of project metadata.

Instructions

Get details of a specific label

Input Schema

NameRequiredDescriptionDefault
label_idYesThe uuid identifier of the label to get
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 get", "type": "string" }, "project_id": { "description": "The uuid identifier of the project containing the label", "type": "string" } }, "required": [ "project_id", "label_id" ], "type": "object" }
ID: y5g9z3v76n