Microsoft Azure · Capability

Microsoft Azure Azure Maps Map Configuration Service — Styles

Microsoft Azure Azure Maps Map Configuration Service — Styles. 5 operations. Lead operation: Microsoft Azure Use To Create A Map Configuration. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureStyles

What You Can Do

POST
Microsoftazuremapconfigurationcreate — Microsoft Azure Use To Create A Map Configuration
/v1/styles/mapconfigurations
GET
Microsoftazuremapconfigurationlist — Microsoft Azure Use To Get A List Of All Map Configurations
/v1/styles/mapconfigurations
GET
Microsoftazuremapconfigurationgetoperation — Microsoft Azure Use To Check The Status Of The Map Configuration Creation Process
/v1/styles/mapconfigurations/operations/{operationid}
GET
Microsoftazuremapconfigurationget — Microsoft Azure Use To Get A Map Configuration
/v1/styles/mapconfigurations/{mapconfigurationid}
DELETE
Microsoftazuremapconfigurationdelete — Microsoft Azure Use To Delete A Map Configuration
/v1/styles/mapconfigurations/{mapconfigurationid}

MCP Tools

microsoft-azure-use-create-map

Microsoft Azure Use To Create A Map Configuration

microsoft-azure-use-get-list

Microsoft Azure Use To Get A List Of All Map Configurations

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

Microsoft Azure Use To Check The Status Of The Map Configuration Creation Process

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

Microsoft Azure Use To Get A Map Configuration

read-only idempotent
microsoft-azure-use-delete-map

Microsoft Azure Use To Delete A Map Configuration

idempotent

Capability Spec

azure-maps-map-configuration-service-styles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Maps Map Configuration Service — Styles
  description: 'Microsoft Azure Azure Maps Map Configuration Service — Styles. 5 operations. Lead operation: Microsoft Azure
    Use To Create A Map Configuration. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Styles
  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-map-configuration-service-styles
    baseUri: ''
    description: Microsoft Azure Azure Maps Map Configuration Service — Styles business capability. Self-contained, no shared
      references.
    resources:
    - name: styles-mapconfigurations
      path: /styles/mapconfigurations
      operations:
      - name: microsoftazuremapconfigurationcreate
        method: POST
        description: Microsoft Azure Use To Create A Map Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: MapConfiguration
          in: body
          type: string
          description: The configuration file used to create the map configuration. If JSON data format is provided, then
            the request body should follow [MapConfiguration specificatio
          required: true
      - name: microsoftazuremapconfigurationlist
        method: GET
        description: Microsoft Azure Use To Get A List Of All Map Configurations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: styles-mapconfigurations-operations-operationId
      path: /styles/mapconfigurations/operations/{operationId}
      operations:
      - name: microsoftazuremapconfigurationgetoperation
        method: GET
        description: Microsoft Azure Use To Check The Status Of The Map Configuration Creation Process
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: styles-mapconfigurations-mapConfigurationId
      path: /styles/mapconfigurations/{mapConfigurationId}
      operations:
      - name: microsoftazuremapconfigurationget
        method: GET
        description: Microsoft Azure Use To Get A Map Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuremapconfigurationdelete
        method: DELETE
        description: Microsoft Azure Use To Delete A Map Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-maps-map-configuration-service-styles-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Maps Map Configuration Service — Styles. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/styles/mapconfigurations
      name: styles-mapconfigurations
      description: REST surface for styles-mapconfigurations.
      operations:
      - method: POST
        name: microsoftazuremapconfigurationcreate
        description: Microsoft Azure Use To Create A Map Configuration
        call: azure-maps-map-configuration-service-styles.microsoftazuremapconfigurationcreate
        with:
          MapConfiguration: rest.MapConfiguration
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuremapconfigurationlist
        description: Microsoft Azure Use To Get A List Of All Map Configurations
        call: azure-maps-map-configuration-service-styles.microsoftazuremapconfigurationlist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/styles/mapconfigurations/operations/{operationid}
      name: styles-mapconfigurations-operations-operationid
      description: REST surface for styles-mapconfigurations-operations-operationId.
      operations:
      - method: GET
        name: microsoftazuremapconfigurationgetoperation
        description: Microsoft Azure Use To Check The Status Of The Map Configuration Creation Process
        call: azure-maps-map-configuration-service-styles.microsoftazuremapconfigurationgetoperation
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/styles/mapconfigurations/{mapconfigurationid}
      name: styles-mapconfigurations-mapconfigurationid
      description: REST surface for styles-mapconfigurations-mapConfigurationId.
      operations:
      - method: GET
        name: microsoftazuremapconfigurationget
        description: Microsoft Azure Use To Get A Map Configuration
        call: azure-maps-map-configuration-service-styles.microsoftazuremapconfigurationget
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuremapconfigurationdelete
        description: Microsoft Azure Use To Delete A Map Configuration
        call: azure-maps-map-configuration-service-styles.microsoftazuremapconfigurationdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-maps-map-configuration-service-styles-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Maps Map Configuration Service — Styles. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-use-create-map
      description: Microsoft Azure Use To Create A Map Configuration
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-maps-map-configuration-service-styles.microsoftazuremapconfigurationcreate
      with:
        MapConfiguration: tools.MapConfiguration
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-use-get-list
      description: Microsoft Azure Use To Get A List Of All Map Configurations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-maps-map-configuration-service-styles.microsoftazuremapconfigurationlist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-use-check-status
      description: Microsoft Azure Use To Check The Status Of The Map Configuration Creation Process
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-maps-map-configuration-service-styles.microsoftazuremapconfigurationgetoperation
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-use-get-map
      description: Microsoft Azure Use To Get A Map Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-maps-map-configuration-service-styles.microsoftazuremapconfigurationget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-use-delete-map
      description: Microsoft Azure Use To Delete A Map Configuration
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-maps-map-configuration-service-styles.microsoftazuremapconfigurationdelete
      outputParameters:
      - type: object
        mapping: $.