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