Microsoft Azure · Capability

Microsoft Azure Microsoft Marketplace Catalog Browse API — Public-Offers-Single

Microsoft Azure Microsoft Marketplace Catalog Browse API — Public-Offers-Single. 1 operations. Lead operation: Microsoft Azure Get A Public Offer By Id. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePublic-Offers-Single

What You Can Do

GET
Microsoftazurepublicoffersget — Microsoft Azure Get A Public Offer By Id
/v1/offers/{id}

MCP Tools

microsoft-azure-get-public-offer

Microsoft Azure Get A Public Offer By Id

read-only idempotent

Capability Spec

microsoft-marketplace-catalog-browse-public-offers-single.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft Marketplace Catalog Browse API — Public-Offers-Single
  description: 'Microsoft Azure Microsoft Marketplace Catalog Browse API — Public-Offers-Single. 1 operations. Lead operation:
    Microsoft Azure Get A Public Offer By Id. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Public-Offers-Single
  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-catalog-browse-public-offers-single
    baseUri: https://catalogapi.azure.com
    description: Microsoft Azure Microsoft Marketplace Catalog Browse API — Public-Offers-Single business capability. Self-contained,
      no shared references.
    resources:
    - name: offers-id
      path: /offers/{id}
      operations:
      - name: microsoftazurepublicoffersget
        method: GET
        description: Microsoft Azure Get A Public Offer By Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Offer id
          required: true
        - name: api-version
          in: query
          type: string
          description: API version
          required: true
        - name: language
          in: query
          type: string
          description: Offer language
        - name: market
          in: query
          type: string
          description: Offer market
        - name: includeStopSoldPlans
          in: query
          type: boolean
          description: To include stop sold or hidden plans
        - name: hideKeys
          in: query
          type: array
          description: Add hide key to retrieve preview items
  exposes:
  - type: rest
    namespace: microsoft-marketplace-catalog-browse-public-offers-single-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft Marketplace Catalog Browse API — Public-Offers-Single. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/offers/{id}
      name: offers-id
      description: REST surface for offers-id.
      operations:
      - method: GET
        name: microsoftazurepublicoffersget
        description: Microsoft Azure Get A Public Offer By Id
        call: microsoft-marketplace-catalog-browse-public-offers-single.microsoftazurepublicoffersget
        with:
          id: rest.id
          api-version: rest.api-version
          language: rest.language
          market: rest.market
          includeStopSoldPlans: rest.includeStopSoldPlans
          hideKeys: rest.hideKeys
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-marketplace-catalog-browse-public-offers-single-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft Marketplace Catalog Browse API — Public-Offers-Single. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-public-offer
      description: Microsoft Azure Get A Public Offer By Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-marketplace-catalog-browse-public-offers-single.microsoftazurepublicoffersget
      with:
        id: tools.id
        api-version: tools.api-version
        language: tools.language
        market: tools.market
        includeStopSoldPlans: tools.includeStopSoldPlans
        hideKeys: tools.hideKeys
      outputParameters:
      - type: object
        mapping: $.