Skip to main content
Glama

reply_to_review_comment

Respond to specific discussion threads in merge request reviews by adding comments that address feedback and continue code review conversations.

Instructions

Reply to a specific discussion thread in a merge request review

Input Schema

NameRequiredDescriptionDefault
merge_request_iidYesInternal ID of the merge request
discussion_idYesID of the discussion thread to reply to
bodyYesContent of the reply comment

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Content of the reply comment", "type": "string" }, "discussion_id": { "description": "ID of the discussion thread to reply to", "type": "string" }, "merge_request_iid": { "description": "Internal ID of the merge request", "minimum": 1, "type": "integer" } }, "required": [ "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/amirsina-mandegari/gitlab-mcp-server'

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