Skip to main content
Glama

Plane MCP Server

Official
by makeplane

get_issue_using_readable_identifier

Retrieve specific project issues by providing the project and issue identifiers, such as FIRST-123, using the Plane MCP Server's standardized API.

Instructions

Get all issues for a specific project. When issue identifier is provided something like FIRST-123, ABC-123, etc. For FIRST-123, project_identifier is FIRST and issue_identifier is 123

Input Schema

NameRequiredDescriptionDefault
issue_identifierYesThe identifier of the issue to get
project_identifierYesThe readable identifier of the project to get issues for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "issue_identifier": { "description": "The identifier of the issue to get", "type": "string" }, "project_identifier": { "description": "The readable identifier of the project to get issues for", "type": "string" } }, "required": [ "project_identifier", "issue_identifier" ], "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