get_merge_request_commits
Retrieve commits from a GitLab merge request to review code changes, track modifications, and analyze contributions without including merge commits.
Instructions
Get commits for a merge request (excluding merge commits), with commit count and details
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 | |
| first | No | Number of commits to retrieve | |
| after | No | Cursor for pagination | |
| userCredentials | No | Your GitLab credentials (optional - uses shared token if not provided) |