Get merge request diff
gitlab_get_merge_request_diffRetrieve the code changes of a merge request file by file, with optional path filtering and a character limit to keep output readable.
Instructions
The actual code changes of a merge request, file by file. Truncated to stay readable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | No | Only include diffs for these file paths | |
| max_chars | No | Truncate the diff to this many characters (default 60000) | |
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. | |
| merge_request_iid | Yes |