Google Cloud Container Registry API — Blobs

Google Cloud Container Registry API — Blobs. 1 operations. Lead operation: Google Cloud Container Registry Get Image Blob. Self-contained Naftiko capability covering one Google Cloud Container Registry business surface.

Run with Naftiko Google Cloud Container RegistryBlobs

What You Can Do

GET
Getblob — Google Cloud Container Registry Get Image Blob
/v1/v2/{name}/blobs/{digest}

MCP Tools

google-cloud-container-registry-get

Google Cloud Container Registry Get Image Blob

read-only idempotent

Capability Spec

openapi-blobs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Container Registry API — Blobs
  description: 'Google Cloud Container Registry API — Blobs. 1 operations. Lead operation: Google Cloud Container Registry
    Get Image Blob. Self-contained Naftiko capability covering one Google Cloud Container Registry business surface.'
  tags:
  - Google Cloud Container Registry
  - Blobs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_CONTAINER_REGISTRY_API_KEY: GOOGLE_CLOUD_CONTAINER_REGISTRY_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-blobs
    baseUri: https://containerregistry.googleapis.com
    description: Google Cloud Container Registry API — Blobs business capability. Self-contained, no shared references.
    resources:
    - name: v2-name-blobs-digest
      path: /v2/{name}/blobs/{digest}
      operations:
      - name: getblob
        method: GET
        description: Google Cloud Container Registry Get Image Blob
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          required: true
        - name: digest
          in: path
          type: string
          required: true
  exposes:
  - type: rest
    namespace: openapi-blobs-rest
    port: 8080
    description: REST adapter for Google Cloud Container Registry API — Blobs. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v2/{name}/blobs/{digest}
      name: v2-name-blobs-digest
      description: REST surface for v2-name-blobs-digest.
      operations:
      - method: GET
        name: getblob
        description: Google Cloud Container Registry Get Image Blob
        call: openapi-blobs.getblob
        with:
          name: rest.name
          digest: rest.digest
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-blobs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Container Registry API — Blobs. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: google-cloud-container-registry-get
      description: Google Cloud Container Registry Get Image Blob
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-blobs.getblob
      with:
        name: tools.name
        digest: tools.digest
      outputParameters:
      - type: object
        mapping: $.