Skip to main content
Glama

retrieve_release

Fetches a specific release from Plane using its UUID, returning the release object for further processing.

Instructions

Retrieve a release by ID.

Args: release_id: UUID of the release

Returns: The Release

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
release_idYes

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
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only says 'Returns: The Release' but does not mention error cases (e.g., not found), permissions, or whether the operation is read-only. For a retrieval tool, this is a notable gap.

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 concise and well-structured: a one-line purpose, an args list, and a returns line. There is no redundant or filler text, and every sentence earns its place.

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 simplicity of the tool (one required parameter) and the presence of an output schema, the description is largely complete. It explains the input and the return type. However, it lacks information about error handling or edge cases, so it falls just short of full completeness.

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

Parameters4/5

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

With 0% schema coverage, the description must compensate. It adds semantic value by specifying that release_id is a UUID, which is more informative than the schema's generic 'string' type. The single parameter is clearly documented in the Args section.

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 uses a specific verb 'Retrieve' with a specific resource 'release by ID', clearly distinguishing it from sibling tools like list_releases or retrieve_release_tag. It unambiguously states what the tool does.

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

Usage Guidelines3/5

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

The usage context is implied: use this when you have a release ID and need a single release. However, it does not explicitly contrast with alternatives (e.g., list_releases) or state when not to use it, leaving some room for an agent to infer.

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