create_merge_request_note_emoji_reaction
Add an emoji reaction to a merge request note, specifying project, merge request, and note IDs; include discussion_id for thread replies.
Instructions
Add an emoji reaction to a merge request note. Pass discussion_id for discussion thread replies. Use this for a new resource or action; choose the corresponding update or edit tool when the resource already exists. It changes remote GitLab state and requires the necessary project or group permission; GitLab returns validation, conflict, permission, or rate-limit errors instead of silently applying an invalid request. When project_id or group_id is accepted, provide the numeric ID or complete URL-encoded path described by the schema; use required identifiers and pagination fields exactly as documented.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the emoji without colons (e.g. 'thumbsup', 'rocket', 'eyes') | |
| note_id | Yes | The ID of a note (comment or thread reply) | |
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| discussion_id | No | The ID of a discussion thread. Required for notes that are discussion replies; omit for top-level notes. | |
| merge_request_iid | Yes | The IID of a merge request |