Skip to main content
Glama
philipvanlewis

plane-mcp-server

plane-work-item-create

Create a new issue with title, description, priority, state, labels, assignees, parent, and dates. Supports markdown or HTML description format.

Instructions

Create a new work item (issue). Description accepts markdown (default) or HTML.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesIssue title
priorityNoPriority levelmedium
state_idNoState UUID
label_idsNoLabel UUIDs
parent_idNoParent issue UUID (creates sub-issue)
project_idYesProject UUID
start_dateNoStart date (YYYY-MM-DD)
descriptionNoIssue body content
target_dateNoDue date (YYYY-MM-DD)
assignee_idsNoAssignee UUIDs
description_formatNoDescription formatmarkdown
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, description must disclose behavioral traits. Only mentions that description accepts markdown or HTML. Missing details like authentication requirements, destructive nature, or success response.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence is concise but minimal. Lacks structure; could front-load key details and add context without verbosity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Tool has 11 parameters and no output schema or annotations. Description is too brief; fails to cover return values, prerequisites, or important constraints, leaving gaps for an AI agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% (all 11 parameters have descriptions). Description adds context about description_format (markdown default) but does not explain other parameters beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states 'Create a new work item (issue)', providing specific verb and resource. Distinguishes from sibling tools like plane-work-item-update or plane-work-item-delete.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. Sibling tools include many work item operations, but no usage context or exclusions are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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

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