Azure Notification Hubs · Capability

Azure Notification Hubs REST API — Notifications

Azure Notification Hubs REST API — Notifications. 1 operations. Lead operation: NH Send notification. Self-contained Naftiko capability covering one Microsoft Azure Notification Hubs business surface.

Run with Naftiko Microsoft Azure Notification HubsNotifications

What You Can Do

POST
Sendnotification — NH Send notification
/v1/{hub}/messages

MCP Tools

nh-send-notification

NH Send notification

Capability Spec

microsoft-azure-notification-hubs-notifications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Notification Hubs REST API — Notifications
  description: 'Azure Notification Hubs REST API — Notifications. 1 operations. Lead operation: NH Send notification. Self-contained
    Naftiko capability covering one Microsoft Azure Notification Hubs business surface.'
  tags:
  - Microsoft Azure Notification Hubs
  - Notifications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_NOTIFICATION_HUBS_API_KEY: MICROSOFT_AZURE_NOTIFICATION_HUBS_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-azure-notification-hubs-notifications
    baseUri: https://{namespace}.servicebus.windows.net
    description: Azure Notification Hubs REST API — Notifications business capability. Self-contained, no shared references.
    resources:
    - name: hub-messages
      path: /{hub}/messages
      operations:
      - name: sendnotification
        method: POST
        description: NH Send notification
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ServiceBusNotification-Format
          in: header
          type: string
          required: true
        - name: ServiceBusNotification-Tags
          in: header
          type: string
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.MICROSOFT_AZURE_NOTIFICATION_HUBS_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: microsoft-azure-notification-hubs-notifications-rest
    port: 8080
    description: REST adapter for Azure Notification Hubs REST API — Notifications. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/{hub}/messages
      name: hub-messages
      description: REST surface for hub-messages.
      operations:
      - method: POST
        name: sendnotification
        description: NH Send notification
        call: microsoft-azure-notification-hubs-notifications.sendnotification
        with:
          ServiceBusNotification-Format: rest.ServiceBusNotification-Format
          ServiceBusNotification-Tags: rest.ServiceBusNotification-Tags
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-azure-notification-hubs-notifications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Notification Hubs REST API — Notifications. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: nh-send-notification
      description: NH Send notification
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-azure-notification-hubs-notifications.sendnotification
      with:
        ServiceBusNotification-Format: tools.ServiceBusNotification-Format
        ServiceBusNotification-Tags: tools.ServiceBusNotification-Tags
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.