Skip to main content
Glama

update_release

Update a release in Plane by its ID, changing only the fields you provide. Adjust name, description, status, dates, tags, lead, or prerelease flag.

Instructions

Update a release by ID. Only the fields you pass are changed.

Args: release_id: UUID of the release name: Release name description_html: HTML body of the release notes status: unreleased | 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 to attach lead_id: UUID of the user leading the release is_prerelease: Whether this is a pre-release

Returns: The updated Release

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
statusNo
tag_idNo
lead_idNo
release_idYes
target_dateNo
release_dateNo
is_prereleaseNo
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?

With no annotations, the description carries the transparency burden. It discloses the partial update behavior, the distinct semantics of release_date vs target_date (including that target_date is not shown in UI), and the return value. It does not mention permissions, error scenarios, or side effects, which would have made it more complete.

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 clear opening sentence, an Args block, and a Returns line. Every line adds information without redundancy, making it both concise and highly readable.

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?

For a 9-parameter update tool with no annotations, the description covers the essential semantics: partial update, parameter meanings, and the return value. It does not address edge cases like validation rules or permission requirements, and the role of target_date could be even more explicit, but overall it is sufficiently complete for an agent to use correctly.

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 input schema has 0% description coverage, but the description lists all 9 parameters with meaningful explanations. It adds crucial context, especially for release_date ('The date shown as Target date in the Plane UI') and target_date ('A separate date stored on the release but not shown in the release UI'), fully compensating for the schema gap.

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 opens with 'Update a release by ID', which clearly identifies the action and target resource. It further specifies partial update behavior ('Only the fields you pass are changed'), distinguishing it from other release-related tools like create_release or delete_release.

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 provides clear context for when to use this tool (updating a specific release) and gives field-level guidance, such as 'Prefer release_date unless you specifically need this field.' However, it does not explicitly name alternative tools or state when not to use this tool, so it stops short of full exclusionary guidance.

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