Skip to main content
Glama

Plane MCP Server

Official
by makeplane

list_module_issues

Retrieve all issues associated with a specific module by providing the project and module IDs. This tool integrates with the Plane MCP Server for streamlined project management.

Instructions

Get all issues for a specific module

Input Schema

NameRequiredDescriptionDefault
module_idYesThe uuid identifier of the module to get issues for
project_idYesThe uuid identifier of the project containing the module

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "module_id": { "description": "The uuid identifier of the module to get issues for", "type": "string" }, "project_id": { "description": "The uuid identifier of the project containing the module", "type": "string" } }, "required": [ "project_id", "module_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