Skip to main content
Glama

list-modules

Retrieve all sprints (modules) from a specified Plane project with pagination support to manage large datasets effectively.

Instructions

List all modules (sprints) in a project with optional pagination

Input Schema

NameRequiredDescriptionDefault
cursorNoPagination cursor in format 'value:offset:is_prev' (optional)
per_pageNoNumber of items per page (default: 100, max: 100)
project_idYesID of the project to get modules from

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "Pagination cursor in format 'value:offset:is_prev' (optional)", "type": "string" }, "per_page": { "description": "Number of items per page (default: 100, max: 100)", "maximum": 100, "minimum": 1, "type": "number" }, "project_id": { "description": "ID of the project to get modules from", "type": "string" } }, "required": [ "project_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