Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get detailed information about a specific GitLab merge request
| Field | Value |
|---|---|
| Name | gitlab__get_merge_request |
| Group | Integrations |
{
"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."
}