get_merge_request_diffs
Retrieve detailed diff statistics for GitLab merge requests, showing per-file additions, deletions, and diff references to analyze code changes.
Instructions
Get diff statistics for a merge request, including per-file additions/deletions and diff refs
Input Schema
TableJSON 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 - uses shared token if not provided) |