get_notes
Retrieve comments and notes from GitLab issues or merge requests to track discussions and review feedback.
Instructions
Get notes (comments) on an issue or merge request, including system notes and inline MR comments
Input Schema
TableJSON 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 | |
| userCredentials | No | Your GitLab credentials (optional - uses shared token if not provided) |