GitHub · Capability

GitHub v3 REST API — Rate-Limit

GitHub v3 REST API — Rate-Limit. 1 operations. Lead operation: GitHub Get Rate Limit Status for the Authenticated User. Self-contained Naftiko capability covering one Github business surface.

Run with Naftiko GithubRate-Limit

What You Can Do

GET
Ratelimitget — GitHub Get Rate Limit Status for the Authenticated User
/v1/rate-limit

MCP Tools

github-get-rate-limit-status

GitHub Get Rate Limit Status for the Authenticated User

read-only idempotent

Capability Spec

github-rate-limit.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: GitHub v3 REST API — Rate-Limit
  description: 'GitHub v3 REST API — Rate-Limit. 1 operations. Lead operation: GitHub Get Rate Limit Status for the Authenticated
    User. Self-contained Naftiko capability covering one Github business surface.'
  tags:
  - Github
  - Rate-Limit
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GITHUB_API_KEY: GITHUB_API_KEY
capability:
  consumes:
  - type: http
    namespace: github-rate-limit
    baseUri: ''
    description: GitHub v3 REST API — Rate-Limit business capability. Self-contained, no shared references.
    resources:
    - name: rate_limit
      path: /rate_limit
      operations:
      - name: ratelimitget
        method: GET
        description: GitHub Get Rate Limit Status for the Authenticated User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: github-rate-limit-rest
    port: 8080
    description: REST adapter for GitHub v3 REST API — Rate-Limit. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/rate-limit
      name: rate-limit
      description: REST surface for rate_limit.
      operations:
      - method: GET
        name: ratelimitget
        description: GitHub Get Rate Limit Status for the Authenticated User
        call: github-rate-limit.ratelimitget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: github-rate-limit-mcp
    port: 9090
    transport: http
    description: MCP adapter for GitHub v3 REST API — Rate-Limit. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: github-get-rate-limit-status
      description: GitHub Get Rate Limit Status for the Authenticated User
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-rate-limit.ratelimitget
      outputParameters:
      - type: object
        mapping: $.