GitHub · Capability

GitHub Repos API — Usage

GitHub Repos API — Usage. 3 operations. Lead operation: Get Github Actions Cache Usage For Repository. Self-contained Naftiko capability covering one Github business surface.

Run with Naftiko GithubUsage

What You Can Do

GET
Getgithubactionscacheusageforrepository — Get Github Actions Cache Usage For Repository
/v1/repos/{owner}/{repo}/actions/cache/usage
GET
Getgithubactionscacheusagepolicyforrepository — Get Github Actions Cache Usage Policy For Repository
/v1/repos/{owner}/{repo}/actions/cache/usage-policy
PATCH
Setgithubactionscacheusagepolicyforrepository — Set Github Actions Cache Usage Policy For Repository
/v1/repos/{owner}/{repo}/actions/cache/usage-policy

MCP Tools

get-github-actions-cache-usage

Get Github Actions Cache Usage For Repository

read-only idempotent
get-github-actions-cache-usage-2

Get Github Actions Cache Usage Policy For Repository

read-only idempotent
set-github-actions-cache-usage

Set Github Actions Cache Usage Policy For Repository

idempotent

Capability Spec

temp-usage.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: GitHub Repos API — Usage
  description: 'GitHub Repos API — Usage. 3 operations. Lead operation: Get Github Actions Cache Usage For Repository. Self-contained
    Naftiko capability covering one Github business surface.'
  tags:
  - Github
  - Usage
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GITHUB_API_KEY: GITHUB_API_KEY
capability:
  consumes:
  - type: http
    namespace: temp-usage
    baseUri: ''
    description: GitHub Repos API — Usage business capability. Self-contained, no shared references.
    resources:
    - name: repos-owner-repo-actions-cache-usage
      path: /repos/{owner}/{repo}/actions/cache/usage
      operations:
      - name: getgithubactionscacheusageforrepository
        method: GET
        description: Get Github Actions Cache Usage For Repository
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
    - name: repos-owner-repo-actions-cache-usage-policy
      path: /repos/{owner}/{repo}/actions/cache/usage-policy
      operations:
      - name: getgithubactionscacheusagepolicyforrepository
        method: GET
        description: Get Github Actions Cache Usage Policy For Repository
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
      - name: setgithubactionscacheusagepolicyforrepository
        method: PATCH
        description: Set Github Actions Cache Usage Policy For Repository
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.GITHUB_API_KEY}}'
  exposes:
  - type: rest
    namespace: temp-usage-rest
    port: 8080
    description: REST adapter for GitHub Repos API — Usage. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/repos/{owner}/{repo}/actions/cache/usage
      name: repos-owner-repo-actions-cache-usage
      description: REST surface for repos-owner-repo-actions-cache-usage.
      operations:
      - method: GET
        name: getgithubactionscacheusageforrepository
        description: Get Github Actions Cache Usage For Repository
        call: temp-usage.getgithubactionscacheusageforrepository
        with:
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/actions/cache/usage-policy
      name: repos-owner-repo-actions-cache-usage-policy
      description: REST surface for repos-owner-repo-actions-cache-usage-policy.
      operations:
      - method: GET
        name: getgithubactionscacheusagepolicyforrepository
        description: Get Github Actions Cache Usage Policy For Repository
        call: temp-usage.getgithubactionscacheusagepolicyforrepository
        with:
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: setgithubactionscacheusagepolicyforrepository
        description: Set Github Actions Cache Usage Policy For Repository
        call: temp-usage.setgithubactionscacheusagepolicyforrepository
        with:
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: temp-usage-mcp
    port: 9090
    transport: http
    description: MCP adapter for GitHub Repos API — Usage. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: get-github-actions-cache-usage
      description: Get Github Actions Cache Usage For Repository
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: temp-usage.getgithubactionscacheusageforrepository
      with:
        Authorization: tools.Authorization
        X-GitHub-Api-Version: tools.X-GitHub-Api-Version
        Accept: tools.Accept
      outputParameters:
      - type: object
        mapping: $.
    - name: get-github-actions-cache-usage-2
      description: Get Github Actions Cache Usage Policy For Repository
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: temp-usage.getgithubactionscacheusagepolicyforrepository
      with:
        Authorization: tools.Authorization
        X-GitHub-Api-Version: tools.X-GitHub-Api-Version
        Accept: tools.Accept
      outputParameters:
      - type: object
        mapping: $.
    - name: set-github-actions-cache-usage
      description: Set Github Actions Cache Usage Policy For Repository
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: temp-usage.setgithubactionscacheusagepolicyforrepository
      with:
        Authorization: tools.Authorization
        X-GitHub-Api-Version: tools.X-GitHub-Api-Version
        Accept: tools.Accept
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.