Microsoft Azure · Capability

Microsoft Azure Azure Maps Data Registry Service — dataRegistries

Microsoft Azure Azure Maps Data Registry Service — dataRegistries. 5 operations. Lead operation: Microsoft Azure Use To Get A List Of All Data Registries In The Azure Maps Account. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzuredataRegistries

What You Can Do

GET
Microsoftazuredataregistrylist — Microsoft Azure Use To Get A List Of All Data Registries In The Azure Maps Account
/v1/dataregistries
GET
Microsoftazuredataregistrygetoperation — Microsoft Azure Use To Check The Status Of The [data Register Or Replace] Rest Api Maps Data Registry Register Or Replace Request
/v1/dataregistries/operations/{operationid}
GET
Microsoftazuredataregistrygetdataregistry — Microsoft Azure Use To Get The Specified Data Registry Information
/v1/dataregistries/{udid}
PUT
Microsoftazuredataregistryregisterorreplace — Microsoft Azure Use To Register Data Stored In An Azure Storage Account With An Azure Maps Account
/v1/dataregistries/{udid}
DELETE
Microsoftazuredataregistryunregister — Microsoft Azure Use To Unregister Data Stored In An Azure Storage Account That Is Registered With An Azure Maps Account
/v1/dataregistries/{udid}

MCP Tools

microsoft-azure-use-get-list

Microsoft Azure Use To Get A List Of All Data Registries In The Azure Maps Account

read-only idempotent
microsoft-azure-use-check-status

Microsoft Azure Use To Check The Status Of The [data Register Or Replace] Rest Api Maps Data Registry Register Or Replace Request

read-only idempotent
microsoft-azure-use-get-specified

Microsoft Azure Use To Get The Specified Data Registry Information

read-only idempotent
microsoft-azure-use-register-data

Microsoft Azure Use To Register Data Stored In An Azure Storage Account With An Azure Maps Account

idempotent
microsoft-azure-use-unregister-data

Microsoft Azure Use To Unregister Data Stored In An Azure Storage Account That Is Registered With An Azure Maps Account

idempotent

Capability Spec

azure-maps-data-registry-service-dataregistries.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Maps Data Registry Service — dataRegistries
  description: 'Microsoft Azure Azure Maps Data Registry Service — dataRegistries. 5 operations. Lead operation: Microsoft
    Azure Use To Get A List Of All Data Registries In The Azure Maps Account. Self-contained Naftiko capability covering one
    Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - dataRegistries
  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-maps-data-registry-service-dataregistries
    baseUri: ''
    description: Microsoft Azure Azure Maps Data Registry Service — dataRegistries business capability. Self-contained, no
      shared references.
    resources:
    - name: dataRegistries
      path: /dataRegistries
      operations:
      - name: microsoftazuredataregistrylist
        method: GET
        description: Microsoft Azure Use To Get A List Of All Data Registries In The Azure Maps Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: dataRegistries-operations-operationId
      path: /dataRegistries/operations/{operationId}
      operations:
      - name: microsoftazuredataregistrygetoperation
        method: GET
        description: Microsoft Azure Use To Check The Status Of The [data Register Or Replace] Rest Api Maps Data Registry
          Register Or Replace Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: dataRegistries-udid
      path: /dataRegistries/{udid}
      operations:
      - name: microsoftazuredataregistrygetdataregistry
        method: GET
        description: Microsoft Azure Use To Get The Specified Data Registry Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuredataregistryregisterorreplace
        method: PUT
        description: Microsoft Azure Use To Register Data Stored In An Azure Storage Account With An Azure Maps Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataRegistry
          in: body
          type: string
          description: The data to be registered.
          required: true
      - name: microsoftazuredataregistryunregister
        method: DELETE
        description: Microsoft Azure Use To Unregister Data Stored In An Azure Storage Account That Is Registered With An
          Azure Maps Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-maps-data-registry-service-dataregistries-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Maps Data Registry Service — dataRegistries. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/dataregistries
      name: dataregistries
      description: REST surface for dataRegistries.
      operations:
      - method: GET
        name: microsoftazuredataregistrylist
        description: Microsoft Azure Use To Get A List Of All Data Registries In The Azure Maps Account
        call: azure-maps-data-registry-service-dataregistries.microsoftazuredataregistrylist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/dataregistries/operations/{operationid}
      name: dataregistries-operations-operationid
      description: REST surface for dataRegistries-operations-operationId.
      operations:
      - method: GET
        name: microsoftazuredataregistrygetoperation
        description: Microsoft Azure Use To Check The Status Of The [data Register Or Replace] Rest Api Maps Data Registry
          Register Or Replace Request
        call: azure-maps-data-registry-service-dataregistries.microsoftazuredataregistrygetoperation
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/dataregistries/{udid}
      name: dataregistries-udid
      description: REST surface for dataRegistries-udid.
      operations:
      - method: GET
        name: microsoftazuredataregistrygetdataregistry
        description: Microsoft Azure Use To Get The Specified Data Registry Information
        call: azure-maps-data-registry-service-dataregistries.microsoftazuredataregistrygetdataregistry
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuredataregistryregisterorreplace
        description: Microsoft Azure Use To Register Data Stored In An Azure Storage Account With An Azure Maps Account
        call: azure-maps-data-registry-service-dataregistries.microsoftazuredataregistryregisterorreplace
        with:
          dataRegistry: rest.dataRegistry
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuredataregistryunregister
        description: Microsoft Azure Use To Unregister Data Stored In An Azure Storage Account That Is Registered With An
          Azure Maps Account
        call: azure-maps-data-registry-service-dataregistries.microsoftazuredataregistryunregister
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-maps-data-registry-service-dataregistries-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Maps Data Registry Service — dataRegistries. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-use-get-list
      description: Microsoft Azure Use To Get A List Of All Data Registries In The Azure Maps Account
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-maps-data-registry-service-dataregistries.microsoftazuredataregistrylist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-use-check-status
      description: Microsoft Azure Use To Check The Status Of The [data Register Or Replace] Rest Api Maps Data Registry Register
        Or Replace Request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-maps-data-registry-service-dataregistries.microsoftazuredataregistrygetoperation
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-use-get-specified
      description: Microsoft Azure Use To Get The Specified Data Registry Information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-maps-data-registry-service-dataregistries.microsoftazuredataregistrygetdataregistry
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-use-register-data
      description: Microsoft Azure Use To Register Data Stored In An Azure Storage Account With An Azure Maps Account
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-maps-data-registry-service-dataregistries.microsoftazuredataregistryregisterorreplace
      with:
        dataRegistry: tools.dataRegistry
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-use-unregister-data
      description: Microsoft Azure Use To Unregister Data Stored In An Azure Storage Account That Is Registered With An Azure
        Maps Account
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-maps-data-registry-service-dataregistries.microsoftazuredataregistryunregister
      outputParameters:
      - type: object
        mapping: $.