Skip to main content
Glama

Get merge request

gitlab_get_merge_request
Read-only

Retrieve complete GitLab merge request details including branches, approvals, merge status, pipeline, and optional review comments and attachment/screenshot URLs. Get all key information in one call.

Instructions

Full merge request: branches, approvals, merge status, pipeline, plus optional comments and attachment/screenshot URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNoProject id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID.
include_notesNoInclude review comments (default false)
merge_request_iidYes
include_diff_statsNoInclude per-file change counts
include_attachmentsNoCollect attachment URLs (default true)
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false; the description adds the included data fields and optional comments/attachments, but does not disclose additional behavior such as defaults or response structure beyond what the schema provides. No contradiction.

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, information-dense sentence front-loads the core purpose ('Full merge request') and enumerates key contents without extraneous words.

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

Completeness4/5

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

With no output schema, the description lists main returned sections (branches, approvals, merge status, pipeline, comments, attachments), giving a reasonable picture of the tool's output. Could be more detailed about exact response shape, but adequate for a read operation with high schema coverage.

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?

Input schema coverage is 80%, so the schema does heavy lifting. The description adds context that comments and attachments are optional, aligning with schema booleans, but does not explain merge_request_iid or project_id fallback beyond schema. Baseline 3 for high schema coverage.

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 identifies a specific verb ('Get') and resource ('merge request'), and clarifies scope with 'Full' plus enumerated content (branches, approvals, merge status, pipeline, comments, attachments), distinguishing it from siblings like gitlab_get_merge_request_diff and gitlab_list_merge_requests.

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 description implies use when full merge request details are needed, listing included data, but does not explicitly state when to prefer this over alternatives or provide exclusions. Guidance is inferred rather than stated.

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

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