Skip to main content
Glama

create_release_tool

Create a GitLab release by specifying a project and tag name, with optional commit ref, title, notes, and date. Automatically creates the tag if missing, enabling versioned releases directly from the MCP server.

Instructions

Create a new release for a GitLab project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoCommit SHA or branch to tag from (required if tag doesn't exist)
nameNoRelease title (defaults to tag_name)
tag_nameYesTag name for the release (created if it doesn't exist)
project_idYesProject ID or path
descriptionNoRelease notes (Markdown)
released_atNoRelease date (ISO 8601, default: now)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must disclose side effects. It only states the action and omits important behavioral details such as tag creation, required permissions, or failure modes. This is a significant gap for a mutation tool.

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?

One sentence with no redundant words; it is front-loaded and immediately states the operation. Every word earns its place.

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 input schema fully documents all parameters and an output schema exists, so return values are covered. However, the description alone provides only the basic action and lacks usage context, though the schema compensates for parameter semantics.

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 coverage is 100%, and parameter descriptions are detailed (e.g., tag_name is 'created if it doesn't exist'). The main description adds no parameter-level information, so the baseline of 3 is appropriate.

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 ('Create') and resource ('release for a GitLab project'), making the action unambiguous. It clearly distinguishes from sibling tools like list_releases_tool and get_release_tool.

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?

No guidance is provided about when to use this tool versus alternatives. There is no mention of prerequisites (e.g., tag must exist or be created) or exclusions. The description is a bare action statement with no contextual direction.

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

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