Microsoft Azure · Capability

Microsoft Azure Azure Container Registry API — Repositories

Microsoft Azure Azure Container Registry API — Repositories. 3 operations. Lead operation: Microsoft Azure Get Repository Attributes. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureRepositories

What You Can Do

GET
Repositorygetattributes — Microsoft Azure Get Repository Attributes
/v1/acr/v1/{name}
DELETE
Repositorydelete — Microsoft Azure Delete a Repository
/v1/acr/v1/{name}
PATCH
Repositoryupdateattributes — Microsoft Azure Update Repository Attributes
/v1/acr/v1/{name}

MCP Tools

microsoft-azure-get-repository-attributes

Microsoft Azure Get Repository Attributes

read-only idempotent
microsoft-azure-delete-repository

Microsoft Azure Delete a Repository

idempotent
microsoft-azure-update-repository-attributes

Microsoft Azure Update Repository Attributes

idempotent

Capability Spec

azure-container-registry-repositories.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Container Registry API — Repositories
  description: 'Microsoft Azure Azure Container Registry API — Repositories. 3 operations. Lead operation: Microsoft Azure
    Get Repository Attributes. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Repositories
  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-repositories
    baseUri: https://{registryName}.azurecr.io
    description: Microsoft Azure Azure Container Registry API — Repositories business capability. Self-contained, no shared
      references.
    resources:
    - name: acr-v1-name
      path: /acr/v1/{name}
      operations:
      - name: repositorygetattributes
        method: GET
        description: Microsoft Azure Get Repository Attributes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: repositorydelete
        method: DELETE
        description: Microsoft Azure Delete a Repository
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: repositoryupdateattributes
        method: PATCH
        description: Microsoft Azure Update Repository Attributes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-container-registry-repositories-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Container Registry API — Repositories. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/acr/v1/{name}
      name: acr-v1-name
      description: REST surface for acr-v1-name.
      operations:
      - method: GET
        name: repositorygetattributes
        description: Microsoft Azure Get Repository Attributes
        call: azure-container-registry-repositories.repositorygetattributes
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: repositorydelete
        description: Microsoft Azure Delete a Repository
        call: azure-container-registry-repositories.repositorydelete
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: repositoryupdateattributes
        description: Microsoft Azure Update Repository Attributes
        call: azure-container-registry-repositories.repositoryupdateattributes
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-container-registry-repositories-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Container Registry API — Repositories. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-repository-attributes
      description: Microsoft Azure Get Repository Attributes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-container-registry-repositories.repositorygetattributes
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-repository
      description: Microsoft Azure Delete a Repository
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-container-registry-repositories.repositorydelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-repository-attributes
      description: Microsoft Azure Update Repository Attributes
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-container-registry-repositories.repositoryupdateattributes
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.