create_merge_request_note
Add a comment or note to a merge request in a GitLab project. Requires project ID, merge request IID, and note body.
Instructions
Add a new note to a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The content of the note or reply | |
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| merge_request_iid | Yes | The IID of a merge request |