Skip to main content
Glama

update-module

Modify an existing module's properties such as name, description, dates, status, lead, and members within a Plane project to reflect current project requirements.

Instructions

Update an existing module in a project

Input Schema

NameRequiredDescriptionDefault
descriptionNoUpdated description of the module (optional)
leadNoUpdated user ID of the module lead (optional)
membersNoUpdated array of user IDs for module members (optional)
module_idYesID of the module to update
nameNoUpdated name of the module (optional)
project_idYesID of the project containing the module
start_dateNoUpdated start date of the module (YYYY-MM-DD format, optional)
statusNoUpdated status of the module (optional)
target_dateNoUpdated target end date of the module (YYYY-MM-DD format, optional)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Updated description of the module (optional)", "type": "string" }, "lead": { "description": "Updated user ID of the module lead (optional)", "type": "string" }, "members": { "description": "Updated array of user IDs for module members (optional)", "items": { "type": "string" }, "type": "array" }, "module_id": { "description": "ID of the module to update", "type": "string" }, "name": { "description": "Updated name of the module (optional)", "type": "string" }, "project_id": { "description": "ID of the project containing the module", "type": "string" }, "start_date": { "description": "Updated start date of the module (YYYY-MM-DD format, optional)", "type": "string" }, "status": { "description": "Updated status of the module (optional)", "enum": [ "planned", "in-progress", "paused", "completed", "cancelled" ], "type": "string" }, "target_date": { "description": "Updated target end date of the module (YYYY-MM-DD format, optional)", "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