Skip to main content
Glama

gitlab mcp

create_note

Add comments to GitLab issues or merge requests by specifying project ID, noteable type, IID, and content. Simplify collaboration and feedback management directly within GitLab.

Instructions

Create a new note (comment) to an issue or merge request

Input Schema

NameRequiredDescriptionDefault
bodyYesNote content
noteable_iidYesIID of the issue or merge request
noteable_typeYesType of noteable (issue or merge_request)
project_idYesProject ID or namespace/project_path

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "description": "Note content", "type": "string" }, "noteable_iid": { "description": "IID of the issue or merge request", "type": "number" }, "noteable_type": { "description": "Type of noteable (issue or merge_request)", "enum": [ "issue", "merge_request" ], "type": "string" }, "project_id": { "description": "Project ID or namespace/project_path", "type": "string" } }, "required": [ "project_id", "noteable_type", "noteable_iid", "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/zereight/gitlab-mcp'

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