Microsoft Azure · Capability

Microsoft Azure Azure Container Registry API — Catalog

Microsoft Azure Azure Container Registry API — Catalog. 1 operations. Lead operation: Microsoft Azure List Repositories. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureCatalog

What You Can Do

GET
Cataloglist — Microsoft Azure List Repositories
/v1/acr/v1/catalog

MCP Tools

microsoft-azure-list-repositories

Microsoft Azure List Repositories

read-only idempotent

Capability Spec

azure-container-registry-catalog.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Container Registry API — Catalog
  description: 'Microsoft Azure Azure Container Registry API — Catalog. 1 operations. Lead operation: Microsoft Azure List
    Repositories. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Catalog
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-container-registry-catalog
    baseUri: https://{registryName}.azurecr.io
    description: Microsoft Azure Azure Container Registry API — Catalog business capability. Self-contained, no shared references.
    resources:
    - name: acr-v1-_catalog
      path: /acr/v1/_catalog
      operations:
      - name: cataloglist
        method: GET
        description: Microsoft Azure List Repositories
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: last
          in: query
          type: string
          description: Query parameter for the last item in the previous call.
        - name: n
          in: query
          type: integer
          description: Number of repositories to return.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-container-registry-catalog-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Container Registry API — Catalog. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/acr/v1/catalog
      name: acr-v1-catalog
      description: REST surface for acr-v1-_catalog.
      operations:
      - method: GET
        name: cataloglist
        description: Microsoft Azure List Repositories
        call: azure-container-registry-catalog.cataloglist
        with:
          last: rest.last
          n: rest.n
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-container-registry-catalog-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Container Registry API — Catalog. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-repositories
      description: Microsoft Azure List Repositories
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-container-registry-catalog.cataloglist
      with:
        last: tools.last
        n: tools.n
      outputParameters:
      - type: object
        mapping: $.