Read Paperclip comments
paperclip_commentsRetrieve issue comments as Markdown, with delta updates via after_comment_id to avoid replaying entire threads. Large results return as snapshot paths for efficient access.
Instructions
Fetch issue comments as Markdown. Results are inline below the configured token threshold and otherwise returned as a new immutable snapshot path. Use after_comment_id for deltas instead of replaying an entire thread when possible. Call again for fresh comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| order | No | asc | |
| issue_id | Yes | ||
| all_fields | No | ||
| after_comment_id | No |