GitHub · Capability

GitHub Events API — Authenticated

GitHub Events API — Authenticated. 1 operations. Lead operation: GitHub List Organization Events for the Authenticated User. Self-contained Naftiko capability covering one Github business surface.

Run with Naftiko GithubAuthenticated

What You Can Do

GET
Listorganizationeventsfortheauthenticateduser — GitHub List Organization Events for the Authenticated User
/v1/users/{username}/events/orgs/{org}

MCP Tools

github-list-organization-events-authenticated

GitHub List Organization Events for the Authenticated User

read-only idempotent

Capability Spec

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