MR merge status
gitlab_get_mr_merge_statusChecks merge readiness of a GitLab MR by evaluating conflicts, draft status, pipeline, approvals, and blocking discussions.
Instructions
Summarizes whether the MR can be merged: conflicts, draft, pipeline, approvals, blocking discussions, and actionable blockers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | No | Absolute local clone path; resolves project and MR from current branch. | |
| project_id | No | Numeric ID or group/repo path on GitLab. | |
| merge_request_iid | No | Merge request IID. Omit with repo_path to resolve from current branch. |