Skip to main content
Glama

update_release

Idempotent

Update release metadata by providing only the fields to change; omitted values stay unchanged. Use get_release to view current values, then set name, status, version, dates, or description.

Instructions

Update release metadata. Only provided fields are updated; omitted fields remain unchanged. Use get_release first to see current values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew release name
statusNoNew status: planned, in_progress, completed, or cancelled. Setting to "completed" auto-sets completed_at timestamp.
endDateNoNew end date (YYYY-MM-DD)
versionNoNew version string
releaseIdYesRelease UUID to update
startDateNoNew start date (YYYY-MM-DD)
descriptionNoNew description
Behavior4/5

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

The description adds useful context beyond the annotations by stating that only supplied fields are changed while omitted ones remain unchanged. This disambiguates patch-style behavior from full replacement and complements the existing readOnlyHint/idempotentHint annotations without contradicting them.

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?

Two short, purposeful sentences. The first states the core capability and partial-update behavior; the second gives a practical prerequisite. There is no filler or unnecessary repetition.

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?

The definition is strong for an update operation: it covers the action, the patch semantics, and the preliminary get_release recommended. It does not describe possible errors or return behavior, but with no output schema and a fully documented input schema, these omissions are acceptable gaps.

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?

Schema coverage is complete for individual fields, but the description contributes an important cross-parameter behavior: omitted fields are preserved. This meaningfully informs how the agent should construct the request and is not fully explicit in the input 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?

The description opens with a specific verb and resource: 'Update release metadata.' It clearly distinguishes this from create_release, delete_release, and get_release, and the following sentence clarifies that it is a partial update rather than a full replacement.

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 tells the agent to fetch current values first with get_release, preventing accidental overwrites. It does not explicitly discuss conditions for creating a new release vs. updating an existing one, but the guidance provided is concrete and actionable.

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

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