gitlab_get_merge_request
Fetch a GitLab merge request by project ID and MR IID, optionally including commits, diffs, notes, and pipelines for complete review.
Instructions
Gets an MR and optionally commits, diffs, notes, and pipelines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Numeric ID or path with namespace, e.g. group/project. | |
| includeDiffs | No | ||
| includeNotes | No | ||
| includeCommits | No | ||
| mergeRequestIid | Yes | ||
| includePipelines | No |