Skip to main content
Glama

list-module-issues

Retrieve all issues associated with a specific module within a Plane project to track progress and manage development tasks.

Instructions

List all issues in a specific module

Input Schema

NameRequiredDescriptionDefault
module_idYesID of the module to get issues from
project_idYesID of the project containing the module

Input Schema (JSON Schema)

{ "properties": { "module_id": { "description": "ID of the module to get issues from", "type": "string" }, "project_id": { "description": "ID 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/disrex-group/plane-mcp-server'

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