Microsoft Azure · Capability

Microsoft Azure Azure Maps Data Service — mapData

Microsoft Azure Azure Maps Data Service — mapData. 5 operations. Lead operation: Microsoft Azure The List Request Allows The Caller To Fetch A List Of All Content Previously Uploaded Using [data Upload] Rest Api Maps Data Upload?view Rest Maps 1 0. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzuremapData

What You Can Do

GET
Microsoftazuredatalistpreview — Microsoft Azure The List Request Allows The Caller To Fetch A List Of All Content Previously Uploaded Using [data Upload] Rest Api Maps Data Upload?view Rest Maps 1 0
/v1/mapdata
POST
Microsoftazuredatauploadpreview — Microsoft Azure The Upload Request Allows The Caller To Upload Data Content To Their Azure Maps Account
/v1/mapdata/upload
PUT
Microsoftazuredataupdatepreview — Microsoft Azure The Update Request Allows The Caller To Update Data Content Previously Uploaded Using [data Upload] Rest Api Maps Data Upload Preview?view Rest Maps 1 0
/v1/mapdata/{udid}
GET
Microsoftazuredatadownloadpreview — Microsoft Azure The Download Request Allows The Caller To Download Data Previously Uploaded Using [data Upload] Rest Api Maps Data Upload Preview?view Rest Maps 1 0
/v1/mapdata/{udid}
DELETE
Microsoftazuredatadeletepreview — Microsoft Azure The Delete Request Allows The Caller To Delete Data Previously Uploaded Using [data Upload] Rest Api Maps Data Upload Preview?view Rest Maps 1 0
/v1/mapdata/{udid}

MCP Tools

microsoft-azure-list-request-allows

Microsoft Azure The List Request Allows The Caller To Fetch A List Of All Content Previously Uploaded Using [data Upload] Rest Api Maps Data Upload?view Rest Maps 1 0

read-only idempotent
microsoft-azure-upload-request-allows

Microsoft Azure The Upload Request Allows The Caller To Upload Data Content To Their Azure Maps Account

microsoft-azure-update-request-allows

Microsoft Azure The Update Request Allows The Caller To Update Data Content Previously Uploaded Using [data Upload] Rest Api Maps Data Upload Preview?view Rest Maps 1 0

idempotent
microsoft-azure-download-request-allows

Microsoft Azure The Download Request Allows The Caller To Download Data Previously Uploaded Using [data Upload] Rest Api Maps Data Upload Preview?view Rest Maps 1 0

read-only idempotent
microsoft-azure-delete-request-allows

Microsoft Azure The Delete Request Allows The Caller To Delete Data Previously Uploaded Using [data Upload] Rest Api Maps Data Upload Preview?view Rest Maps 1 0

idempotent

Capability Spec

azure-maps-data-service-mapdata.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Maps Data Service — mapData
  description: 'Microsoft Azure Azure Maps Data Service — mapData. 5 operations. Lead operation: Microsoft Azure The List
    Request Allows The Caller To Fetch A List Of All Content Previously Uploaded Using [data Upload] Rest Api Maps Data Upload?view
    Rest Maps 1 0. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - mapData
  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-service-mapdata
    baseUri: ''
    description: Microsoft Azure Azure Maps Data Service — mapData business capability. Self-contained, no shared references.
    resources:
    - name: mapData
      path: /mapData
      operations:
      - name: microsoftazuredatalistpreview
        method: GET
        description: Microsoft Azure The List Request Allows The Caller To Fetch A List Of All Content Previously Uploaded
          Using [data Upload] Rest Api Maps Data Upload?view Rest Maps 1 0
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: mapData-upload
      path: /mapData/upload
      operations:
      - name: microsoftazuredatauploadpreview
        method: POST
        description: Microsoft Azure The Upload Request Allows The Caller To Upload Data Content To Their Azure Maps Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: UploadContent
          in: body
          type: object
          description: The content to upload.
          required: true
    - name: mapData-udid
      path: /mapData/{udid}
      operations:
      - name: microsoftazuredataupdatepreview
        method: PUT
        description: Microsoft Azure The Update Request Allows The Caller To Update Data Content Previously Uploaded Using
          [data Upload] Rest Api Maps Data Upload Preview?view Rest Maps 1 0
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: UpdateContent
          in: body
          type: object
          description: The new content that will update/replace the previously uploaded content.
          required: true
      - name: microsoftazuredatadownloadpreview
        method: GET
        description: Microsoft Azure The Download Request Allows The Caller To Download Data Previously Uploaded Using [data
          Upload] Rest Api Maps Data Upload Preview?view Rest Maps 1 0
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuredatadeletepreview
        method: DELETE
        description: Microsoft Azure The Delete Request Allows The Caller To Delete Data Previously Uploaded Using [data Upload]
          Rest Api Maps Data Upload Preview?view Rest Maps 1 0
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-maps-data-service-mapdata-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Maps Data Service — mapData. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/mapdata
      name: mapdata
      description: REST surface for mapData.
      operations:
      - method: GET
        name: microsoftazuredatalistpreview
        description: Microsoft Azure The List Request Allows The Caller To Fetch A List Of All Content Previously Uploaded
          Using [data Upload] Rest Api Maps Data Upload?view Rest Maps 1 0
        call: azure-maps-data-service-mapdata.microsoftazuredatalistpreview
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/mapdata/upload
      name: mapdata-upload
      description: REST surface for mapData-upload.
      operations:
      - method: POST
        name: microsoftazuredatauploadpreview
        description: Microsoft Azure The Upload Request Allows The Caller To Upload Data Content To Their Azure Maps Account
        call: azure-maps-data-service-mapdata.microsoftazuredatauploadpreview
        with:
          UploadContent: rest.UploadContent
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/mapdata/{udid}
      name: mapdata-udid
      description: REST surface for mapData-udid.
      operations:
      - method: PUT
        name: microsoftazuredataupdatepreview
        description: Microsoft Azure The Update Request Allows The Caller To Update Data Content Previously Uploaded Using
          [data Upload] Rest Api Maps Data Upload Preview?view Rest Maps 1 0
        call: azure-maps-data-service-mapdata.microsoftazuredataupdatepreview
        with:
          UpdateContent: rest.UpdateContent
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuredatadownloadpreview
        description: Microsoft Azure The Download Request Allows The Caller To Download Data Previously Uploaded Using [data
          Upload] Rest Api Maps Data Upload Preview?view Rest Maps 1 0
        call: azure-maps-data-service-mapdata.microsoftazuredatadownloadpreview
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuredatadeletepreview
        description: Microsoft Azure The Delete Request Allows The Caller To Delete Data Previously Uploaded Using [data Upload]
          Rest Api Maps Data Upload Preview?view Rest Maps 1 0
        call: azure-maps-data-service-mapdata.microsoftazuredatadeletepreview
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-maps-data-service-mapdata-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Maps Data Service — mapData. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-request-allows
      description: Microsoft Azure The List Request Allows The Caller To Fetch A List Of All Content Previously Uploaded Using
        [data Upload] Rest Api Maps Data Upload?view Rest Maps 1 0
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-maps-data-service-mapdata.microsoftazuredatalistpreview
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-upload-request-allows
      description: Microsoft Azure The Upload Request Allows The Caller To Upload Data Content To Their Azure Maps Account
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-maps-data-service-mapdata.microsoftazuredatauploadpreview
      with:
        UploadContent: tools.UploadContent
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-request-allows
      description: Microsoft Azure The Update Request Allows The Caller To Update Data Content Previously Uploaded Using [data
        Upload] Rest Api Maps Data Upload Preview?view Rest Maps 1 0
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-maps-data-service-mapdata.microsoftazuredataupdatepreview
      with:
        UpdateContent: tools.UpdateContent
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-download-request-allows
      description: Microsoft Azure The Download Request Allows The Caller To Download Data Previously Uploaded Using [data
        Upload] Rest Api Maps Data Upload Preview?view Rest Maps 1 0
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-maps-data-service-mapdata.microsoftazuredatadownloadpreview
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-request-allows
      description: Microsoft Azure The Delete Request Allows The Caller To Delete Data Previously Uploaded Using [data Upload]
        Rest Api Maps Data Upload Preview?view Rest Maps 1 0
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-maps-data-service-mapdata.microsoftazuredatadeletepreview
      outputParameters:
      - type: object
        mapping: $.