Skip to main content
Glama

create_release

Create a new release in a Plane workspace by specifying its name, notes, status, and target date. Optionally attach a release tag, assign a lead, or link an external source for tracking.

Instructions

Create a release in the workspace. Name must be unique in the workspace.

Args: name: Release name description_html: HTML body of the release notes status: unreleased (default) | released | cancelled release_date: The date shown as "Target date" in the Plane UI, YYYY-MM-DD. Use this for the date a user calls the release's target/release date. target_date: A separate date stored on the release but not shown in the release UI. Prefer release_date unless you specifically need this field. tag_id: UUID of a release tag (version marker) to attach lead_id: UUID of the user leading the release is_prerelease: Whether this is a pre-release external_source: External system this release came from, e.g. "github" external_id: The release's ID in that external system

Returns: The created Release. Its description comes back as a nested object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
statusNo
tag_idNo
lead_idNo
external_idNo
target_dateNo
release_dateNo
is_prereleaseNo
external_sourceNo
description_htmlNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
tagNo
leadNo
nameNo
statusNo
is_latestNo
workspaceNo
created_atNo
created_byNo
logo_propsNo
start_dateNo
updated_atNo
updated_byNo
descriptionNo
external_idNo
target_dateNo
release_dateNo
is_prereleaseNo
external_sourceNo
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses key behaviors: name uniqueness, default status, the distinction between release_date and target_date (one displayed in UI, one not), and that the returned Release contains a nested description object. It could add permission or error details, but it gives solid behavioral context beyond a bare mutation.

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 well-structured with a one-line summary, an Args block, and a Returns block. Each parameter gets a concise, useful explanation; there is no fluff or repetition beyond minor redundancy in the release_date line. It earns its length.

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

Completeness4/5

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

Given the tool's complexity (10 parameters, no annotations, no schema descriptions), the description is nearly complete: it covers every parameter, the return shape, and the uniqueness constraint. It could mention failure modes or permissions, but the output schema exists to cover return structure, and the essentials for correct invocation are present.

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

Parameters5/5

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

The schema has zero description coverage, but the description explains all 10 parameters in plain language, including semantic distinctions (release_date vs target_date), expected formats (YYYY-MM-DD), and examples (external_source 'github'). This fully compensates for the schema's lack of descriptions.

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?

Description opens with a specific verb+resource: 'Create a release in the workspace.' This unambiguously differentiates from sibling tools like update_release, delete_release, and list_releases. The added constraint 'Name must be unique in the workspace' further clarifies the tool's purpose and preconditions.

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

Usage Guidelines4/5

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

The description clearly implies when to use it (to create a new release) and provides within-tool guidance such as 'Prefer release_date unless you specifically need this field' and the default for status. However, it does not explicitly name alternative tools like update_release or state when not to use this tool, so it falls short of a 5.

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

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