GitHub · Capability
GitHub Issues API — Comments
GitHub Issues API — Comments. 8 operations. Lead operation: GitHub List Issue Comments for Repository. Self-contained Naftiko capability covering one Github business surface.
What You Can Do
GET
Listissuecommentsforrepository
— GitHub List Issue Comments for Repository
/v1/repos/{owner}/{repo}/issues/comments
GET
Getanissuecomment
— GitHub Get an Issue Comment
/v1/repos/{owner}/{repo}/issues/comments/{comment-id}
DELETE
Deleteanissuecomment
— GitHub Delete an Issue Comment
/v1/repos/{owner}/{repo}/issues/comments/{comment-id}
GET
Listreactionsforanissuecomment
— GitHub List Reactions for an Issue Comment
/v1/repos/{owner}/{repo}/issues/comments/{comment-id}/reactions
POST
Createreactionforanissuecomment
— GitHub Create Reaction for an Issue Comment
/v1/repos/{owner}/{repo}/issues/comments/{comment-id}/reactions
DELETE
Deleteanissuecommentreaction
— GitHub Delete an Issue Comment Reaction
/v1/repos/{owner}/{repo}/issues/comments/{comment-id}/reactions/{reaction-id}
GET
Listissuecomments
— GitHub List Issue Comments
/v1/repos/{owner}/{repo}/issues/{issue-number}/comments
POST
Createanissuecomment
— GitHub Create an Issue Comment
/v1/repos/{owner}/{repo}/issues/{issue-number}/comments
MCP Tools
github-list-issue-comments-repository
GitHub List Issue Comments for Repository
read-only
idempotent
github-get-issue-comment
GitHub Get an Issue Comment
read-only
idempotent
github-delete-issue-comment
GitHub Delete an Issue Comment
idempotent
github-list-reactions-issue-comment
GitHub List Reactions for an Issue Comment
read-only
idempotent
github-create-reaction-issue-comment
GitHub Create Reaction for an Issue Comment
github-delete-issue-comment-reaction
GitHub Delete an Issue Comment Reaction
idempotent
github-list-issue-comments
GitHub List Issue Comments
read-only
idempotent
github-create-issue-comment
GitHub Create an Issue Comment