Skip to main content
Glama

create-module

Create a new sprint module within a project to organize work with name, dates, status, and team assignments for structured project management.

Instructions

Create a new module (sprint) in a project

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the module (optional)
leadNoUser ID of the module lead (optional)
membersNoArray of user IDs to assign as module members (optional)
nameYesName of the module
project_idYesID of the project where the module should be created
start_dateNoStart date of the module (YYYY-MM-DD format, optional)
statusNoStatus of the module
target_dateNoTarget end date of the module (YYYY-MM-DD format, optional)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the module (optional)", "type": "string" }, "lead": { "description": "User ID of the module lead (optional)", "type": "string" }, "members": { "description": "Array of user IDs to assign as module members (optional)", "items": { "type": "string" }, "type": "array" }, "name": { "description": "Name of the module", "type": "string" }, "project_id": { "description": "ID of the project where the module should be created", "type": "string" }, "start_date": { "description": "Start date of the module (YYYY-MM-DD format, optional)", "type": "string" }, "status": { "description": "Status of the module", "enum": [ "planned", "in-progress", "paused", "completed", "cancelled" ], "type": "string" }, "target_date": { "description": "Target end date of the module (YYYY-MM-DD format, optional)", "type": "string" } }, "required": [ "project_id", "name" ], "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