Skip to main content
Glama

Delete release asset link

delete_release_asset_link
Destructive

Delete an external asset link from a GitLab release. Provide the project, release tag, and link ID to remove the link permanently.

Instructions

Delete an external asset link from a GitLab release.

Input Schema

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

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?

While the description mentions the destructive nature implicitly via the verb 'delete', it does not explicitly state that the action is permanent or irreversible. The annotations already set destructiveHint=true, but the description adds no extra context about side effects or the need for acknowledgment. The acknowledge_asset_link_deletion parameter is not mentioned, which is a significant behavioral detail.

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 extremely brief and to the point, consisting of a single sentence. It wastes no words and gets straight to the core functionality. This is ideal for a simple atomic operation.

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 description is minimal but the operation is relatively straightforward. However, it lacks context about the acknowledgment requirement and any return value or error handling. Given the presence of sibling tools, some context about when deletion is appropriate would be helpful. The description satisfies the basic need but leaves room for improvement.

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?

The description does not explain any of the four parameters. The schema provides a description only for 'project'; the others (tag_name, link_id, acknowledge_asset_link_deletion) are left unexplained. The tool description fails to clarify the purpose of 'acknowledge_asset_link_deletion', which is crucial for correct usage. The parameter names are somewhat self-explanatory but not sufficient for a destructive operation.

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: 'Delete an external asset link from a GitLab release.' It specifies the resource (release asset link) and the operation (delete), which is unambiguous. However, it could benefit from clarifying what constitutes an 'external asset link' in this context.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus related tools like create_release_asset_link or update_release_asset_link. It does not mention any prerequisites or conditions for deletion, such as ownership or permissions. The acknowledgment parameter is not explained.

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