Skip to main content
Glama
Foxhunt

GitLab MCP Server

by Foxhunt

Create Merge Request

gitlab_create_merge_request

Create a merge request on GitLab by providing project ID, source and target branches, and title. Optionally include assignee and description for detailed tracking.

Instructions

Create a new merge request

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesTitle of MR
projectIdYesThe ID or URL-encoded path of the project
assignee_idNoAssignee user ID
descriptionNoDescription of MR (e.g., 'Closes #123')
source_branchYesThe source branch
target_branchYesThe target branch
Behavior2/5

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

With no annotations present, the description carries the full burden. It implies a mutation (creating an MR) but provides no details about return values, permissions needed, side effects, or error behavior. This is a significant gap for a state-changing operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence, making it concise. However, it is under-specified and largely redundant with the tool name, so the brevity comes at the cost of substantive content. It is not overly verbose, but it also does not earn its place by adding value.

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?

The tool has 6 parameters and no output schema, yet the description provides no additional context about what the tool returns, when it might fail, or how it behaves. The description is too sparse to be considered complete for a create operation of this complexity.

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?

The input schema has 100% description coverage for all parameters, so the schema already documents each field. The description itself adds no parameter-specific information, which is acceptable given the high schema coverage per the baseline of 3.

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 states a specific verb ('create') and resource ('merge request'), clearly distinguishing it from siblings like 'gitlab_edit_merge_request'. However, it is extremely minimal and adds little beyond the tool's name and title.

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 on when to use this tool versus alternatives. It does not mention prerequisites, common use cases, or exclusions. The description only restates the action without any 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/Foxhunt/gitlab-mcp-server'

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