get_merge_request_comments_by_url
Fetch comments from any GitLab merge request by providing its full URL. Get discussion threads and notes directly to review feedback without manual navigation.
Instructions
Fetch merge request comments using a full URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full GitLab Merge Request URL (e.g. 'https://gitlab.com/owner/repo/-/merge_requests/123'). Use this to fetch comments if you have the URL. |