mr_review_status
Retrieve a merge request's review status in one consolidated snapshot, covering discussions, resolution state, and file changes. Simplifies orientation before examining the diff.
Instructions
Get a merge request's review status: metadata + discussions + resolution.
Pure data, no LLM. Collapses several platform API calls into one snapshot of where the review stands — every discussion thread, what's resolved vs open, general comments, and a lightweight file-change summary. Start here to orient before diving into the diff.
Args: url: Full GitLab merge request URL.
Returns: {mr_number, title, author, branches, state, merge_status, commits, general_comments, discussions[...], summary{resolved, unresolved, ...}, files_changed[...], stats}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |