get_merge_request_changes
Retrieve code changes from GitLab merge requests to review modifications before merging. This tool fetches diffs and file updates for code review workflows.
Instructions
Get merge request changes (GitLab compatibility alias)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository | No | Repository/project identifier (e.g., "group/project"). Optional if workingDirectory is provided. | |
| pullRequestNumber | No | Pull/MR number (IID). Optional if mergeRequestIid is provided. | |
| mergeRequestIid | No | Merge request IID (GitLab). Optional if pullRequestNumber is provided. | |
| provider | No | Git provider (default gitlab) | gitlab |
| workingDirectory | No | Local repository path for auto-detecting project ID (aliases: working_directory, cwd) | |
| remoteName | No | Git remote name used for auto-detecting the project ID | origin |