GitHub Actions · Capability
GitHub Actions API — Cache
GitHub Actions API — Cache. 4 operations. Lead operation: Get Github Actions Cache Usage for a Repository. Self-contained Naftiko capability covering one Github Actions business surface.
What You Can Do
GET
Getactionscacheusage
— Get Github Actions Cache Usage for a Repository
/v1/repos/{owner}/{repo}/actions/cache/usage
GET
Listactionscaches
— List Github Actions Caches for a Repository
/v1/repos/{owner}/{repo}/actions/caches
DELETE
Deleteactionscachebykey
— Delete Github Actions Caches for a Repository (by Key)
/v1/repos/{owner}/{repo}/actions/caches
DELETE
Deleteactionscachebyid
— Delete a Github Actions Cache for a Repository (by Id)
/v1/repos/{owner}/{repo}/actions/caches/{cache-id}
MCP Tools
get-github-actions-cache-usage
Get Github Actions Cache Usage for a Repository
read-only
idempotent
list-github-actions-caches-repository
List Github Actions Caches for a Repository
read-only
idempotent
delete-github-actions-caches-repository
Delete Github Actions Caches for a Repository (by Key)
idempotent
delete-github-actions-cache-repository
Delete a Github Actions Cache for a Repository (by Id)
idempotent