Create Note
create_noteAdd a comment or note to a GitLab issue or merge request. Supports Markdown and internal notes for project members.
Instructions
Add a comment/note to an issue or merge request (requires user authentication)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Full path of the project (e.g., "group/project-name") | |
| noteableType | Yes | Type of item to add a note to | |
| iid | Yes | Issue or merge request IID | |
| body | Yes | Note body (supports Markdown) | |
| internal | No | Whether the note is internal/confidential (only visible to project members) | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |