Skip to main content
Glama

create_task

Add a new task to your Plane project with title, priority, assignees, labels, status, and detailed description.

Instructions

Create a new task in the configured project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesShort title.
priorityNo
state_idNo
label_idsNoList of label UUIDs (see list_labels).
parent_idNo
assignee_idsNoList of user UUIDs to assign (see list_members).
status_groupNo
description_htmlNoHTML body. Use <p>, <ul>, <strong>, <code>, etc.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only states that a task is created in a configured project, without mentioning side effects, permissions, validation requirements, or behavior on failure. This is minimal transparency beyond the obvious action.

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

Conciseness5/5

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

The description is a single, direct sentence with no filler or repetition. It efficiently conveys the core purpose without unnecessary words.

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?

The tool has 8 parameters including enums and references (parent_id, state_id, label_ids, assignee_ids), but the description offers no context on relationships, valid value sources, or default behaviors. The existence of an output schema does not compensate for the lack of usage guidance needed for such a complex input schema.

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

Parameters2/5

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

Schema coverage is only 50%, leaving parameters like priority, state_id, parent_id, and status_group without descriptions. The tool description adds no parameter-level detail, failing to compensate for the coverage gap or clarify how these fields interact for task creation.

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?

The description clearly states the action (create), the resource (a new task), and the context (in the configured project). This distinguishes it from sibling tools like update_task or list_tasks, making the purpose unambiguous.

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?

The description provides no guidance on when to use this tool versus alternatives, nor does it mention prerequisites or conditions. Usage must be inferred solely from the name and simple purpose statement, so it fails to offer explicit context.

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

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