Skip to main content
Glama

list-projects

Retrieve all projects from your Plane workspace with pagination support to manage large project lists efficiently.

Instructions

List all projects in the workspace 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)

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" } }, "required": [], "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