Microsoft Azure · Capability

Microsoft Azure Microsoft Marketplace Blueprint API — Notification

Microsoft Azure Microsoft Marketplace Blueprint API — Notification. 2 operations. Lead operation: Microsoft Azure Get Subscriptions Subscription Providers Microsoft Marketplacenotifications Reviewsnotification Notification. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureNotification

What You Can Do

GET
Microsoftazurenotificationget — Microsoft Azure Get Subscriptions Subscription Providers Microsoft Marketplacenotifications Reviewsnotification Notification
/v1/subscriptions/{subscription}/providers/microsoft-marketplacenotifications/reviewsnotification/{notification}
GET
Microsoftazurenotificationslist — Microsoft Azure Get Subscriptions Subscription Providers Microsoft Marketplacenotifications Reviewsnotifications
/v1/subscriptions/{subscription}/providers/microsoft-marketplacenotifications/reviewsnotifications

MCP Tools

microsoft-azure-get-subscriptions-subscription

Microsoft Azure Get Subscriptions Subscription Providers Microsoft Marketplacenotifications Reviewsnotification Notification

read-only idempotent
microsoft-azure-get-subscriptions-subscription-2

Microsoft Azure Get Subscriptions Subscription Providers Microsoft Marketplacenotifications Reviewsnotifications

read-only idempotent

Capability Spec

microsoft-marketplace-blueprint-notification.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft Marketplace Blueprint API — Notification
  description: 'Microsoft Azure Microsoft Marketplace Blueprint API — Notification. 2 operations. Lead operation: Microsoft
    Azure Get Subscriptions Subscription Providers Microsoft Marketplacenotifications Reviewsnotification Notification. Self-contained
    Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Notification
  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-blueprint-notification
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft Marketplace Blueprint API — Notification business capability. Self-contained, no
      shared references.
    resources:
    - name: subscriptions-subscription-providers-Microsoft.MarketplaceNotifications-reviewsN
      path: /subscriptions/{subscription}/providers/Microsoft.MarketplaceNotifications/reviewsNotification/{notification}
      operations:
      - name: microsoftazurenotificationget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscription Providers Microsoft Marketplacenotifications Reviewsnotification
          Notification
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscription-providers-Microsoft.MarketplaceNotifications-reviewsN
      path: /subscriptions/{subscription}/providers/Microsoft.MarketplaceNotifications/reviewsNotifications
      operations:
      - name: microsoftazurenotificationslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscription Providers Microsoft Marketplacenotifications Reviewsnotifications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: microsoft-marketplace-blueprint-notification-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft Marketplace Blueprint API — Notification. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscription}/providers/microsoft-marketplacenotifications/reviewsnotification/{notification}
      name: subscriptions-subscription-providers-microsoft-marketplacenotifications-reviewsn
      description: REST surface for subscriptions-subscription-providers-Microsoft.MarketplaceNotifications-reviewsN.
      operations:
      - method: GET
        name: microsoftazurenotificationget
        description: Microsoft Azure Get Subscriptions Subscription Providers Microsoft Marketplacenotifications Reviewsnotification
          Notification
        call: microsoft-marketplace-blueprint-notification.microsoftazurenotificationget
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscription}/providers/microsoft-marketplacenotifications/reviewsnotifications
      name: subscriptions-subscription-providers-microsoft-marketplacenotifications-reviewsn
      description: REST surface for subscriptions-subscription-providers-Microsoft.MarketplaceNotifications-reviewsN.
      operations:
      - method: GET
        name: microsoftazurenotificationslist
        description: Microsoft Azure Get Subscriptions Subscription Providers Microsoft Marketplacenotifications Reviewsnotifications
        call: microsoft-marketplace-blueprint-notification.microsoftazurenotificationslist
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-marketplace-blueprint-notification-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft Marketplace Blueprint API — Notification. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscription
      description: Microsoft Azure Get Subscriptions Subscription Providers Microsoft Marketplacenotifications Reviewsnotification
        Notification
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-marketplace-blueprint-notification.microsoftazurenotificationget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscription-2
      description: Microsoft Azure Get Subscriptions Subscription Providers Microsoft Marketplacenotifications Reviewsnotifications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-marketplace-blueprint-notification.microsoftazurenotificationslist
      outputParameters:
      - type: object
        mapping: $.