Amazon ECR · Capability

Amazon ECR Amazon Elastic Container Registry (ECR) API — #BatchGetImage

Amazon ECR Amazon Elastic Container Registry (ECR) API — #BatchGetImage. 1 operations. Lead operation: Amazon ECR Batch Get Image. Self-contained Naftiko capability covering one Amazon Ecr business surface.

Run with Naftiko Amazon Ecr#BatchGetImage

What You Can Do

POST
Batchgetimage — Amazon ECR Batch Get Image
/v1/batchgetimage

MCP Tools

amazon-ecr-batch-get-image

Amazon ECR Batch Get Image

read-only

Capability Spec

amazon-ecr-batchgetimage.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Amazon ECR Amazon Elastic Container Registry (ECR) API — #BatchGetImage'
  description: 'Amazon ECR Amazon Elastic Container Registry (ECR) API — #BatchGetImage. 1 operations. Lead operation: Amazon
    ECR Batch Get Image. Self-contained Naftiko capability covering one Amazon Ecr business surface.'
  tags:
  - Amazon Ecr
  - '#BatchGetImage'
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_ECR_API_KEY: AMAZON_ECR_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-ecr-batchgetimage
    baseUri: https://api.ecr.amazonaws.com
    description: 'Amazon ECR Amazon Elastic Container Registry (ECR) API — #BatchGetImage business capability. Self-contained,
      no shared references.'
    resources:
    - name: '#BatchGetImage'
      path: /#BatchGetImage
      operations:
      - name: batchgetimage
        method: POST
        description: Amazon ECR Batch Get Image
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: X-Amz-Target
          in: header
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_ECR_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-ecr-batchgetimage-rest
    port: 8080
    description: 'REST adapter for Amazon ECR Amazon Elastic Container Registry (ECR) API — #BatchGetImage. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/batchgetimage
      name: batchgetimage
      description: 'REST surface for #BatchGetImage.'
      operations:
      - method: POST
        name: batchgetimage
        description: Amazon ECR Batch Get Image
        call: amazon-ecr-batchgetimage.batchgetimage
        with:
          X-Amz-Target: rest.X-Amz-Target
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-ecr-batchgetimage-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Amazon ECR Amazon Elastic Container Registry (ECR) API — #BatchGetImage. One tool per consumed
      operation, routed inline through this capability''s consumes block.'
    tools:
    - name: amazon-ecr-batch-get-image
      description: Amazon ECR Batch Get Image
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: amazon-ecr-batchgetimage.batchgetimage
      with:
        X-Amz-Target: tools.X-Amz-Target
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.