Azure Container Registry · Capability

ContainerRegistryManagementClient — Operation

ContainerRegistryManagementClient — Operation. 2 operations. Lead operation: Azure Container Registry Operations_ List. Self-contained Naftiko capability covering one Azure Container Registry business surface.

Run with Naftiko Azure Container RegistryOperation

What You Can Do

GET
Operationslist — Azure Container Registry Operations_ List
/v1/providers/microsoft-containerregistry/operations
POST
Registrieschecknameavailability — Azure Container Registry Registries_ Check Name Availability
/v1/subscriptions/{subscriptionid}/providers/microsoft-containerregistry/checknameavailability

MCP Tools

azure-container-registry-operations-list

Azure Container Registry Operations_ List

read-only idempotent
azure-container-registry-registries-check

Azure Container Registry Registries_ Check Name Availability

read-only

Capability Spec

azure-container-registry-operation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: ContainerRegistryManagementClient — Operation
  description: 'ContainerRegistryManagementClient — Operation. 2 operations. Lead operation: Azure Container Registry Operations_
    List. Self-contained Naftiko capability covering one Azure Container Registry business surface.'
  tags:
  - Azure Container Registry
  - Operation
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AZURE_CONTAINER_REGISTRY_API_KEY: AZURE_CONTAINER_REGISTRY_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-container-registry-operation
    baseUri: https://management.azure.com
    description: ContainerRegistryManagementClient — Operation business capability. Self-contained, no shared references.
    resources:
    - name: providers-Microsoft.ContainerRegistry-operations
      path: /providers/Microsoft.ContainerRegistry/operations
      operations:
      - name: operationslist
        method: GET
        description: Azure Container Registry Operations_ List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-providers-Microsoft.ContainerRegistry-checkNameAvai
      path: /subscriptions/{subscriptionId}/providers/Microsoft.ContainerRegistry/checkNameAvailability
      operations:
      - name: registrieschecknameavailability
        method: POST
        description: Azure Container Registry Registries_ Check Name Availability
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: registryNameCheckRequest
          in: body
          type: string
          description: The object containing information for the availability request.
          required: true
  exposes:
  - type: rest
    namespace: azure-container-registry-operation-rest
    port: 8080
    description: REST adapter for ContainerRegistryManagementClient — Operation. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-containerregistry/operations
      name: providers-microsoft-containerregistry-operations
      description: REST surface for providers-Microsoft.ContainerRegistry-operations.
      operations:
      - method: GET
        name: operationslist
        description: Azure Container Registry Operations_ List
        call: azure-container-registry-operation.operationslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-containerregistry/checknameavailability
      name: subscriptions-subscriptionid-providers-microsoft-containerregistry-checknameavai
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.ContainerRegistry-checkNameAvai.
      operations:
      - method: POST
        name: registrieschecknameavailability
        description: Azure Container Registry Registries_ Check Name Availability
        call: azure-container-registry-operation.registrieschecknameavailability
        with:
          registryNameCheckRequest: rest.registryNameCheckRequest
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-container-registry-operation-mcp
    port: 9090
    transport: http
    description: MCP adapter for ContainerRegistryManagementClient — Operation. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: azure-container-registry-operations-list
      description: Azure Container Registry Operations_ List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-container-registry-operation.operationslist
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-container-registry-registries-check
      description: Azure Container Registry Registries_ Check Name Availability
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: azure-container-registry-operation.registrieschecknameavailability
      with:
        registryNameCheckRequest: tools.registryNameCheckRequest
      outputParameters:
      - type: object
        mapping: $.