Skip to main content
Glama

gitlab mcp

get_merge_request

Retrieve detailed information about a specific merge request by providing the project ID and merge request internal ID in GitLab MCP.

Instructions

Get details of a merge request

Input Schema

NameRequiredDescriptionDefault
merge_request_iidYesThe internal ID of the merge request
project_idYesProject ID or URL-encoded path

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "merge_request_iid": { "description": "The internal ID of the merge request", "type": "number" }, "project_id": { "description": "Project ID or URL-encoded 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/zereight/gitlab-mcp'

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