Skip to main content
Glama

Plane MCP Server

by disrex-group

create-intake-issue

Create new intake issues in Plane projects to capture and organize incoming tasks, ideas, or requests with customizable priority levels and descriptions.

Instructions

Create a new intake/inbox issue

Input Schema

NameRequiredDescriptionDefault
description_htmlNoHTML description of the issue (optional)
nameYesTitle of the intake issue
priorityNoPriority of the issue (urgent, high, medium, low, none)
project_idYesID of the project to create intake issue in

Input Schema (JSON Schema)

{ "properties": { "description_html": { "description": "HTML description of the issue (optional)", "type": "string" }, "name": { "description": "Title of the intake issue", "type": "string" }, "priority": { "description": "Priority of the issue (urgent, high, medium, low, none)", "enum": [ "urgent", "high", "medium", "low", "none" ], "type": "string" }, "project_id": { "description": "ID of the project to create intake issue in", "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