gitlab mcp

by zereight
Verified
MIT License
1,270
57
  • Linux
  • Apple

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" }
ID: 7jwbk4r6d7