GitHub · Capability
github-repos-api — Labels
github-repos-api — Labels. 5 operations. Lead operation: GitHub List Labels for an Issue. Self-contained Naftiko capability covering one Github business surface.
What You Can Do
GET
Listlabelsforanissue
— GitHub List Labels for an Issue
/v1/repos/{owner}/{repo}/issues/{issue-number}/labels
POST
Addlabelstoanissue
— GitHub Add Labels to an Issue
/v1/repos/{owner}/{repo}/issues/{issue-number}/labels
PUT
Setlabelsforanissue
— GitHub Set Labels for an Issue
/v1/repos/{owner}/{repo}/issues/{issue-number}/labels
DELETE
Removealllabelsfromanissue
— GitHub Remove All Labels from an Issue
/v1/repos/{owner}/{repo}/issues/{issue-number}/labels
DELETE
Removelabelfromanissue
— GitHub Remove Label from an Issue
/v1/repos/{owner}/{repo}/issues/{issue-number}/labels/{name}
MCP Tools
github-list-labels-issue
GitHub List Labels for an Issue
read-only
idempotent
github-add-labels-issue
GitHub Add Labels to an Issue
github-set-labels-issue
GitHub Set Labels for an Issue
idempotent
github-remove-all-labels-issue
GitHub Remove All Labels from an Issue
idempotent
github-remove-label-issue
GitHub Remove Label from an Issue
idempotent