Skip to main content
Glama

Get release asset link

get_release_asset_link
Read-onlyIdempotent

Retrieve a single external asset link from a specified GitLab release by providing project, tag name, and link ID.

Instructions

Get one external asset link attached to a GitLab release.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
link_idYes
projectYesGitLab project ID or full path such as group/project.
tag_nameYes

Output Schema

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

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

Annotations already declare readOnly, openWorld, idempotent, and not destructive. The description adds no extra behavioral context (e.g., it does not state whether the link is resolved to a URL, or failure behavior).

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?

Single concise sentence with no filler or redundancy.

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

Completeness3/5

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

The presence of an output schema would have been useful; the description does not specify return semantics (e.g., URL string), and with no output schema but a simple fetch, it leaves moderate completeness. Has output schema is true. However no output schema provided? Actually the set shows has_output_schema true but no actual schema listed. But likely get by; completeness is contextual and okay.

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

Parameters3/5

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

Schema description covers only 'project' (path or ID); 'tag_name' and 'link_id' are self-explanatory but not detailed. With schema coverage at 33%, project description compensation is insufficient.

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 states a clear verb and resource: 'Get one external asset link attached to a GitLab release.' This differentiates from sibling tools like list_release_asset_links or create_release_asset_link, though it doesn't name alternatives.

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?

Context for when to use vs alternatives is implicit ('one external asset link attached to a GitLab release') but no explicit alternatives or when-not-to-use guidance is given.

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