GitHub · Capability
github-repos-api — Comment
github-repos-api — Comment. 7 operations. Lead operation: GitHub Get an Issue Comment. Self-contained Naftiko capability covering one Github business surface.
What You Can Do
GET
Getanissuecomment
— GitHub Get an Issue Comment
/v1/repos/{owner}/{repo}/issues/comments/{comment-id}
PATCH
Updateanissuecomment
— GitHub Update 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}
POST
Createanissuecomment
— GitHub Create an Issue Comment
/v1/repos/{owner}/{repo}/issues/{issue-number}/comments
MCP Tools
github-get-issue-comment
GitHub Get an Issue Comment
read-only
idempotent
github-update-issue-comment
GitHub Update an Issue Comment
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-create-issue-comment
GitHub Create an Issue Comment