Notes/Comments
get_notesRetrieve comments, system notes, and inline discussions from a GitLab issue or merge request to review feedback and history.
Instructions
Get notes (comments) on an issue or merge request, including system notes and inline MR comments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Full path of the project (e.g., "group/project-name") | |
| noteableType | Yes | Type of item to get notes for | |
| iid | Yes | Issue or merge request IID | |
| first | No | Number of notes to retrieve | |
| after | No | Cursor for pagination | |
| fetchAll | No | Fetch all pages up to 100 results | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |