GitHub · Capability

GitHub Org API — All

GitHub Org API — All. 1 operations. Lead operation: GitHub Remove All Custom Labels from Self-hosted Runner for an Organization. Self-contained Naftiko capability covering one Github business surface.

Run with Naftiko GithubAll

What You Can Do

DELETE
Removeallcustomlabelsfromselfhostedrunnerforanorganization — GitHub Remove All Custom Labels from Self-hosted Runner for an Organization
/v1/orgs/{org}/actions/runners/{runner-id}/labels

MCP Tools

github-remove-all-custom-labels

GitHub Remove All Custom Labels from Self-hosted Runner for an Organization

idempotent

Capability Spec

organizations-all.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: GitHub Org API — All
  description: 'GitHub Org API — All. 1 operations. Lead operation: GitHub Remove All Custom Labels from Self-hosted Runner
    for an Organization. Self-contained Naftiko capability covering one Github business surface.'
  tags:
  - Github
  - All
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GITHUB_API_KEY: GITHUB_API_KEY
capability:
  consumes:
  - type: http
    namespace: organizations-all
    baseUri: ''
    description: GitHub Org API — All business capability. Self-contained, no shared references.
    resources:
    - name: orgs-org-actions-runners-runner_id-labels
      path: /orgs/{org}/actions/runners/{runner_id}/labels
      operations:
      - name: removeallcustomlabelsfromselfhostedrunnerforanorganization
        method: DELETE
        description: GitHub Remove All Custom Labels from Self-hosted Runner for an Organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.GITHUB_API_KEY}}'
  exposes:
  - type: rest
    namespace: organizations-all-rest
    port: 8080
    description: REST adapter for GitHub Org API — All. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/orgs/{org}/actions/runners/{runner-id}/labels
      name: orgs-org-actions-runners-runner-id-labels
      description: REST surface for orgs-org-actions-runners-runner_id-labels.
      operations:
      - method: DELETE
        name: removeallcustomlabelsfromselfhostedrunnerforanorganization
        description: GitHub Remove All Custom Labels from Self-hosted Runner for an Organization
        call: organizations-all.removeallcustomlabelsfromselfhostedrunnerforanorganization
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: organizations-all-mcp
    port: 9090
    transport: http
    description: MCP adapter for GitHub Org API — All. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: github-remove-all-custom-labels
      description: GitHub Remove All Custom Labels from Self-hosted Runner for an Organization
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: organizations-all.removeallcustomlabelsfromselfhostedrunnerforanorganization
      outputParameters:
      - type: object
        mapping: $.