MR Diffs
get_merge_request_diffsGet per-file addition and deletion statistics for a GitLab merge request, including diff references.
Instructions
Get diff statistics for a merge request, including per-file additions/deletions and diff refs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Full path of the project (e.g., "group/project-name") | |
| iid | Yes | Merge request IID | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |