GitHub · Capability

GitHub Org API — Installations

GitHub Org API — Installations. 2 operations. Lead operation: GitHub Get an Organization Installation for the Authenticated App. Self-contained Naftiko capability covering one Github business surface.

Run with Naftiko GithubInstallations

What You Can Do

GET
Getanorganizationinstallationfortheauthenticatedapp — GitHub Get an Organization Installation for the Authenticated App
/v1/orgs/{org}/installation
GET
Listappinstallationsforanorganization — GitHub List App Installations for an Organization
/v1/orgs/{org}/installations

MCP Tools

github-get-organization-installation-authenticated

GitHub Get an Organization Installation for the Authenticated App

read-only idempotent
github-list-app-installations-organization

GitHub List App Installations for an Organization

read-only idempotent

Capability Spec

organizations-installations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: GitHub Org API — Installations
  description: 'GitHub Org API — Installations. 2 operations. Lead operation: GitHub Get an Organization Installation for
    the Authenticated App. Self-contained Naftiko capability covering one Github business surface.'
  tags:
  - Github
  - Installations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GITHUB_API_KEY: GITHUB_API_KEY
capability:
  consumes:
  - type: http
    namespace: organizations-installations
    baseUri: ''
    description: GitHub Org API — Installations business capability. Self-contained, no shared references.
    resources:
    - name: orgs-org-installation
      path: /orgs/{org}/installation
      operations:
      - name: getanorganizationinstallationfortheauthenticatedapp
        method: GET
        description: GitHub Get an Organization Installation for the Authenticated App
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: orgs-org-installations
      path: /orgs/{org}/installations
      operations:
      - name: listappinstallationsforanorganization
        method: GET
        description: GitHub List App Installations for an Organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.GITHUB_API_KEY}}'
  exposes:
  - type: rest
    namespace: organizations-installations-rest
    port: 8080
    description: REST adapter for GitHub Org API — Installations. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/orgs/{org}/installation
      name: orgs-org-installation
      description: REST surface for orgs-org-installation.
      operations:
      - method: GET
        name: getanorganizationinstallationfortheauthenticatedapp
        description: GitHub Get an Organization Installation for the Authenticated App
        call: organizations-installations.getanorganizationinstallationfortheauthenticatedapp
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/orgs/{org}/installations
      name: orgs-org-installations
      description: REST surface for orgs-org-installations.
      operations:
      - method: GET
        name: listappinstallationsforanorganization
        description: GitHub List App Installations for an Organization
        call: organizations-installations.listappinstallationsforanorganization
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: organizations-installations-mcp
    port: 9090
    transport: http
    description: MCP adapter for GitHub Org API — Installations. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: github-get-organization-installation-authenticated
      description: GitHub Get an Organization Installation for the Authenticated App
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: organizations-installations.getanorganizationinstallationfortheauthenticatedapp
      outputParameters:
      - type: object
        mapping: $.
    - name: github-list-app-installations-organization
      description: GitHub List App Installations for an Organization
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: organizations-installations.listappinstallationsforanorganization
      outputParameters:
      - type: object
        mapping: $.