gitlab_get_merge_request
Retrieve detailed GitLab merge request data by IID, including diff stats, approvals, pipeline and merge status, conflicts, and metadata. Automatically detects project context for streamlined MR tracking and management.
Instructions
Get comprehensive details of a specific merge request by IID. Returns complete MR data including diff stats, approval status, pipeline status, merge status, conflicts, and all metadata.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
mr_iid | Yes | Merge request internal ID (integer). Project-specific MR number (e.g., !456). Not the global MR ID | |
project_id | No | Project ID (integer) or path (string like 'group/project'). Optional - auto-detects from current git repository if not provided |