list_comments
Retrieve all comments from a GitHub or GitLab issue or pull request to review discussions and track feedback.
Instructions
List all comments on an issue or pull request
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier (GitLab: "group/project" or ID, GitHub: "owner/repo") | |
| type | Yes | Type of item | |
| number | Yes | Issue or PR number | |
| sort | No | Sort order | |
| page | No | Page number (default: 1) | |
| per_page | No | Items per page (default: 20, max: 100) |