Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Add a comment/note to a GitLab merge request
gitlab__add_merge_request_comment
{ "type": "object", "properties": { "projectId": { "type": "string", "description": "GitLab numeric project ID or raw namespace/project path" }, "mergeRequestIid": { "type": "number", "description": "Project-local merge request IID" }, "body": { "type": "string", "description": "Comment body in Markdown" }, "internal": { "type": "boolean", "description": "Make the note internal when supported" } }, "required": [ "projectId", "mergeRequestIid", "body" ], "description": "Input schema for the gitlab__add_merge_request_comment tool." }