Skip to main content
Glama

GitLab MCP Server

by Alosies

get_merge_request

Retrieve detailed information about a specific GitLab merge request using project ID and merge request internal ID to access status, changes, and metadata.

Instructions

Get details of a specific merge request

Input Schema

NameRequiredDescriptionDefault
merge_request_iidYesMerge request internal ID
project_idYesProject ID or path

Input Schema (JSON Schema)

{ "properties": { "merge_request_iid": { "description": "Merge request internal ID", "type": "number" }, "project_id": { "description": "Project ID or path", "type": "string" } }, "required": [ "project_id", "merge_request_iid" ], "type": "object" }

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

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