Skip to main content
Glama

create_merge_request_note

Add comments or feedback to GitLab merge requests by creating notes within specific projects to facilitate code review discussions.

Instructions

Add a new note to a merge request

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNoProject ID or complete URL-encoded path to project
merge_request_iidNoThe IID of a merge request
bodyYesThe content of the note or reply

Implementation Reference

  • Input schema definition for the 'create_merge_request_note' tool. Defines required parameters: project_id (from ProjectParamsSchema), merge_request_iid, and body. Used for input validation in the MCP tool.
    merge_request_iid: z.coerce.string().describe("The IID of a merge request"), body: z.string().describe("The content of the note or reply"), });

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zereight/gitlab-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server