Skip to main content
Get detailed information about a specific GitLab merge request

Tool details

FieldValue
Namegitlab__get_merge_request
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "projectId": {
      "type": "string",
      "description": "GitLab numeric project ID or raw namespace/project path"
    },
    "mergeRequestIid": {
      "type": "number",
      "description": "Project-local merge request IID"
    }
  },
  "required": [
    "projectId",
    "mergeRequestIid"
  ],
  "description": "Input schema for the gitlab__get_merge_request tool."
}

Output schema

This tool does not publish an output schema.