gitlab_get_merge_request_changes
Retrieve detailed file changes in a GitLab merge request, including diffs, file paths, addition/deletion counts, and change types (added/modified/deleted).
Instructions
Get detailed file changes in an MR including full diffs, file paths, addition/deletion counts, and change types (added/modified/deleted). Similar to commit diff but for entire MR.
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 |