Skip to main content
Glama

Update release

update_release

Modify existing GitLab release metadata or assets by specifying the project and tag name. Update fields like description, name, milestones, or release date to correct or enhance release information.

Instructions

Update the metadata or assets of an existing GitLab release.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
projectYesGitLab project ID or full path such as group/project.
tag_nameYes
milestonesNo
descriptionNo
released_atNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYesGitLab response normalized for model use.
Behavior3/5

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

Annotations already establish readOnly=false, idempotent=false, and destructive=false, so the description only needs to add behavioral context. It adds 'metadata or assets' and 'existing release,' but it does not explain side effects, auth requirements, or the fact that asset updates are not represented in the input schema. No contradiction with annotations is present.

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 that is front-loaded and contains no filler. Every word carries meaning, and it is appropriately sized for a simple update operation.

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?

For a 6-parameter tool with only 17% schema description coverage, one generic sentence is insufficient. It omits required parameter behavior, which fields are updatable, how the target release is identified, and the distinction between this tool and update_release_asset_link. The output schema helps with return values but does not compensate for the missing invocation and selection guidance.

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 description coverage is only 17% (just the project parameter), and the description adds almost no parameter-level detail beyond the general term 'metadata.' It does not explain the required tag_name, the released_at datetime format, milestones semantics, or how the release is identified, and it mentions 'assets' which are not in the input schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Update') and resource ('existing GitLab release'), and the tool name reinforces this. However, mentioning 'assets' creates potential ambiguity with the sibling update_release_asset_link, and the description does not explicitly delimit release-level metadata updates from asset-link updates.

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 word 'existing' implicitly suggests this tool is for already-created releases rather than creation, but there is no explicit guidance on when to choose this over create_release, delete_release, or update_release_asset_link. It also lacks exclusions or prerequisites beyond what the schema implies.

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/CobolJunkie/gitlab-mcp'

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