Azure Container Registry REST API — Tags

Azure Container Registry REST API — Tags. 1 operations. Lead operation: ACR List tags. Self-contained Naftiko capability covering one Microsoft Azure Container Registry business surface.

Run with Naftiko Microsoft Azure Container RegistryTags

What You Can Do

GET
Listtags — ACR List tags
/v1/v2/{name}/tags/list

MCP Tools

acr-list-tags

ACR List tags

read-only idempotent

Capability Spec

microsoft-azure-container-registry-tags.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Container Registry REST API — Tags
  description: 'Azure Container Registry REST API — Tags. 1 operations. Lead operation: ACR List tags. Self-contained Naftiko
    capability covering one Microsoft Azure Container Registry business surface.'
  tags:
  - Microsoft Azure Container Registry
  - Tags
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_CONTAINER_REGISTRY_API_KEY: MICROSOFT_AZURE_CONTAINER_REGISTRY_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-azure-container-registry-tags
    baseUri: https://{registry}.azurecr.io
    description: Azure Container Registry REST API — Tags business capability. Self-contained, no shared references.
    resources:
    - name: v2-name-tags-list
      path: /v2/{name}/tags/list
      operations:
      - name: listtags
        method: GET
        description: ACR List tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_CONTAINER_REGISTRY_API_KEY}}'
  exposes:
  - type: rest
    namespace: microsoft-azure-container-registry-tags-rest
    port: 8080
    description: REST adapter for Azure Container Registry REST API — Tags. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v2/{name}/tags/list
      name: v2-name-tags-list
      description: REST surface for v2-name-tags-list.
      operations:
      - method: GET
        name: listtags
        description: ACR List tags
        call: microsoft-azure-container-registry-tags.listtags
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-azure-container-registry-tags-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Container Registry REST API — Tags. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: acr-list-tags
      description: ACR List tags
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azure-container-registry-tags.listtags
      outputParameters:
      - type: object
        mapping: $.