Get merge request
gitlab_get_merge_requestRetrieve complete GitLab merge request details including branches, approvals, merge status, pipeline, and optional review comments and attachment/screenshot URLs. Get all key information in one call.
Instructions
Full merge request: branches, approvals, merge status, pipeline, plus optional comments and attachment/screenshot URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. | |
| include_notes | No | Include review comments (default false) | |
| merge_request_iid | Yes | ||
| include_diff_stats | No | Include per-file change counts | |
| include_attachments | No | Collect attachment URLs (default true) |