Skip to main content
Glama

Plane MCP Server

list-issues

Retrieve and filter project issues by state, priority, or assignee to manage and track work items effectively.

Instructions

List issues from a project

Input Schema

NameRequiredDescriptionDefault
assignee_idNoFilter by assignee ID (optional)
limitNoMaximum number of issues to return (default: 50)
priorityNoFilter by priority (optional)
project_idYesID of the project to get issues from
state_idNoFilter by state ID (optional)

Input Schema (JSON Schema)

{ "properties": { "assignee_id": { "description": "Filter by assignee ID (optional)", "type": "string" }, "limit": { "description": "Maximum number of issues to return (default: 50)", "type": "number" }, "priority": { "description": "Filter by priority (optional)", "enum": [ "urgent", "high", "medium", "low", "none" ], "type": "string" }, "project_id": { "description": "ID of the project to get issues from", "type": "string" }, "state_id": { "description": "Filter by state ID (optional)", "type": "string" } }, "required": [ "project_id" ], "type": "object" }

Other Tools from Plane MCP Server

Related Tools

    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/kelvin6365/plane-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server