Microsoft Azure · Capability

Microsoft Azure Azure Maps Render Service — Map

Microsoft Azure Azure Maps Render Service — Map. 3 operations. Lead operation: Microsoft Azure Get Map Attribution. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureMap

What You Can Do

GET
Microsoftazurerenderv2getmapattribution — Microsoft Azure Get Map Attribution
/v1/map/attribution
GET
Microsoftazurerenderv2getmaptile — Microsoft Azure Get Map Tile
/v1/map/tile
GET
Microsoftazurerenderv2getmaptileset — Microsoft Azure Get Map Tileset
/v1/map/tileset

MCP Tools

microsoft-azure-get-map-attribution

Microsoft Azure Get Map Attribution

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

Microsoft Azure Get Map Tile

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

Microsoft Azure Get Map Tileset

read-only idempotent

Capability Spec

azure-maps-render-service-map.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Maps Render Service — Map
  description: 'Microsoft Azure Azure Maps Render Service — Map. 3 operations. Lead operation: Microsoft Azure Get Map Attribution.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Map
  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-render-service-map
    baseUri: https://atlas.microsoft.com
    description: Microsoft Azure Azure Maps Render Service — Map business capability. Self-contained, no shared references.
    resources:
    - name: map-attribution
      path: /map/attribution
      operations:
      - name: microsoftazurerenderv2getmapattribution
        method: GET
        description: Microsoft Azure Get Map Attribution
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: bounds
          in: query
          type: array
          description: The string that represents the rectangular area of a bounding box. The bounds parameter is defined
            by the 4 bounding box coordinates, with WGS84 longitude and l
          required: true
    - name: map-tile
      path: /map/tile
      operations:
      - name: microsoftazurerenderv2getmaptile
        method: GET
        description: Microsoft Azure Get Map Tile
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: timeStamp
          in: query
          type: string
          description: 'The desired date and time of the requested tile. This parameter must be specified in the standard
            date-time format (e.g. 2019-11-14T16:03:00-08:00), as defined '
        - name: tileSize
          in: query
          type: string
          description: The size of the returned map tile in pixels.
    - name: map-tileset
      path: /map/tileset
      operations:
      - name: microsoftazurerenderv2getmaptileset
        method: GET
        description: Microsoft Azure Get Map Tileset
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-maps-render-service-map-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Maps Render Service — Map. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/map/attribution
      name: map-attribution
      description: REST surface for map-attribution.
      operations:
      - method: GET
        name: microsoftazurerenderv2getmapattribution
        description: Microsoft Azure Get Map Attribution
        call: azure-maps-render-service-map.microsoftazurerenderv2getmapattribution
        with:
          bounds: rest.bounds
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/map/tile
      name: map-tile
      description: REST surface for map-tile.
      operations:
      - method: GET
        name: microsoftazurerenderv2getmaptile
        description: Microsoft Azure Get Map Tile
        call: azure-maps-render-service-map.microsoftazurerenderv2getmaptile
        with:
          timeStamp: rest.timeStamp
          tileSize: rest.tileSize
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/map/tileset
      name: map-tileset
      description: REST surface for map-tileset.
      operations:
      - method: GET
        name: microsoftazurerenderv2getmaptileset
        description: Microsoft Azure Get Map Tileset
        call: azure-maps-render-service-map.microsoftazurerenderv2getmaptileset
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-maps-render-service-map-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Maps Render Service — Map. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-map-attribution
      description: Microsoft Azure Get Map Attribution
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-maps-render-service-map.microsoftazurerenderv2getmapattribution
      with:
        bounds: tools.bounds
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-map-tile
      description: Microsoft Azure Get Map Tile
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-maps-render-service-map.microsoftazurerenderv2getmaptile
      with:
        timeStamp: tools.timeStamp
        tileSize: tools.tileSize
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-map-tileset
      description: Microsoft Azure Get Map Tileset
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-maps-render-service-map.microsoftazurerenderv2getmaptileset
      outputParameters:
      - type: object
        mapping: $.