get_merge_requests
Retrieve merge requests from a GitLab project to review pending code changes, track progress, and manage contributions.
Instructions
Get merge requests from a specific GitLab project (read-only)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Full path of the project (e.g., "group/project-name") | |
| first | No | Number of merge requests to retrieve | |
| after | No | Cursor for pagination | |
| userCredentials | No | Your GitLab credentials (optional - uses shared token if not provided) |