gitlab_list_merge_requests
Fetches open, closed, merged, or locked merge requests for a GitLab project, with optional search, pagination, and branch filters.
Instructions
Lists merge requests (GET /projects/:id/merge_requests).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| state | No | ||
| search | No | ||
| perPage | No | ||
| projectId | Yes | Numeric ID or path with namespace, e.g. group/project. | |
| sourceBranch | No | ||
| targetBranch | No |