Skip to main content
Glama

Plane MCP Server

Official
by makeplane

add_module_issues

Assign issues to a specific module within a project using project and module UUIDs. Simplifies organizing and managing related tasks in Plane MCP Server's project management system.

Instructions

Add issues to a module. Assign module to issues.

Input Schema

NameRequiredDescriptionDefault
issuesYesArray of issue UUIDs to add to the module
module_idYesThe uuid identifier of the module to add issues to
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": { "issues": { "description": "Array of issue UUIDs to add to the module", "items": { "type": "string" }, "type": "array" }, "module_id": { "description": "The uuid identifier of the module to add issues to", "type": "string" }, "project_id": { "description": "The uuid identifier of the project containing the module", "type": "string" } }, "required": [ "project_id", "module_id", "issues" ], "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