Microsoft Azure · Capability

Microsoft Azure Microsoft Marketplace Rating And Reviews API — Reviews Public API

Microsoft Azure Microsoft Marketplace Rating And Reviews API — Reviews Public API. 1 operations. Lead operation: Microsoft Azure Get The Comments Of A Given Review. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureReviews Public API

What You Can Do

GET
Microsoftazurecommentsget — Microsoft Azure Get The Comments Of A Given Review
/v1/products/{uniqueproductid}/reviews/{reviewid}/comments

MCP Tools

microsoft-azure-get-comments-given

Microsoft Azure Get The Comments Of A Given Review

read-only idempotent

Capability Spec

microsoft-marketplace-rating-and-reviews-reviews-public-api.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft Marketplace Rating And Reviews API — Reviews Public API
  description: 'Microsoft Azure Microsoft Marketplace Rating And Reviews API — Reviews Public API. 1 operations. Lead operation:
    Microsoft Azure Get The Comments Of A Given Review. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - Reviews Public API
  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: microsoft-marketplace-rating-and-reviews-reviews-public-api
    baseUri: https://catalogapi.azure.com
    description: Microsoft Azure Microsoft Marketplace Rating And Reviews API — Reviews Public API business capability. Self-contained,
      no shared references.
    resources:
    - name: products-uniqueProductId-reviews-reviewId-comments
      path: /products/{uniqueProductId}/reviews/{reviewId}/comments
      operations:
      - name: microsoftazurecommentsget
        method: GET
        description: Microsoft Azure Get The Comments Of A Given Review
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: uniqueProductId
          in: path
          type: string
          description: Unique Product Id
          required: true
        - name: reviewId
          in: path
          type: string
          description: Review Id
          required: true
        - name: maxpagesize
          in: query
          type: integer
          description: maximum number of comments to return
        - name: api-version
          in: query
          type: string
          description: Version of the REST API used for the request.
          required: true
        - name: X-API-Key
          in: header
          type: string
          description: Api Key parameter from header
          required: true
  exposes:
  - type: rest
    namespace: microsoft-marketplace-rating-and-reviews-reviews-public-api-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft Marketplace Rating And Reviews API — Reviews Public API. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/products/{uniqueproductid}/reviews/{reviewid}/comments
      name: products-uniqueproductid-reviews-reviewid-comments
      description: REST surface for products-uniqueProductId-reviews-reviewId-comments.
      operations:
      - method: GET
        name: microsoftazurecommentsget
        description: Microsoft Azure Get The Comments Of A Given Review
        call: microsoft-marketplace-rating-and-reviews-reviews-public-api.microsoftazurecommentsget
        with:
          uniqueProductId: rest.uniqueProductId
          reviewId: rest.reviewId
          maxpagesize: rest.maxpagesize
          api-version: rest.api-version
          X-API-Key: rest.X-API-Key
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-marketplace-rating-and-reviews-reviews-public-api-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft Marketplace Rating And Reviews API — Reviews Public API. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-comments-given
      description: Microsoft Azure Get The Comments Of A Given Review
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-marketplace-rating-and-reviews-reviews-public-api.microsoftazurecommentsget
      with:
        uniqueProductId: tools.uniqueProductId
        reviewId: tools.reviewId
        maxpagesize: tools.maxpagesize
        api-version: tools.api-version
        X-API-Key: tools.X-API-Key
      outputParameters:
      - type: object
        mapping: $.