Skip to main content
Glama

create_merge_request_note

Add comments to existing merge request discussion threads to provide feedback, answer questions, or continue conversations during code review processes.

Instructions

Add a new note to an existing merge request thread

Input Schema

NameRequiredDescriptionDefault
project_idYesProject ID or complete URL-encoded path to project
merge_request_iidYesThe IID of a merge request
discussion_idYesThe ID of a thread
bodyYesThe content of the note or reply
created_atNoDate the note was created at (ISO 8601 format)

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "The content of the note or reply", "type": "string" }, "created_at": { "description": "Date the note was created at (ISO 8601 format)", "type": "string" }, "discussion_id": { "description": "The ID of a thread", "type": "string" }, "merge_request_iid": { "description": "The IID of a merge request", "type": "number" }, "project_id": { "description": "Project ID or complete URL-encoded path to project", "type": "string" } }, "required": [ "project_id", "merge_request_iid", "discussion_id", "body" ], "type": "object" }

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/harshmaur/gitlab-mcp'

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