Plane MCP Server

Official

list_modules

Retrieve all modules associated with a specific project by providing the project’s unique identifier. Simplify project management tasks within the Plane MCP Server.

Instructions

Get all modules for a specific project

Input Schema

NameRequiredDescriptionDefault
project_idYesThe uuid identifier of the project to get modules for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "project_id": { "description": "The uuid identifier of the project to get modules for", "type": "string" } }, "required": [ "project_id" ], "type": "object" }
ID: y5g9z3v76n