Skip to main content
Glama

get-label

Retrieve detailed information about a specific label within a Plane project by providing the project ID and label ID.

Instructions

Get detailed information about a specific label

Input Schema

NameRequiredDescriptionDefault
label_idYesID of the label to retrieve
project_idYesID of the project containing the label

Input Schema (JSON Schema)

{ "properties": { "label_id": { "description": "ID of the label to retrieve", "type": "string" }, "project_id": { "description": "ID 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/disrex-group/plane-mcp-server'

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