get_merge_request_comments
Retrieve review comments and notes for a specific GitLab merge request by providing the owner, repository, and merge request IID.
Instructions
Get the review comments/notes on a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Project path/name (e.g. 'pro-portal-onboarding-and-retention') | |
| owner | Yes | Project namespace/path (e.g. 'pro/portal/frontends') or numeric Project ID | |
| mergeRequestIid | Yes | The IID of the merge request |