Azure Monitor · Capability

Azure Monitor Action Groups API — Test Notifications

Azure Monitor Action Groups API — Test Notifications. 2 operations. Lead operation: Azure Monitor Send test notifications. Self-contained Naftiko capability covering one Microsoft Azure Monitor business surface.

Run with Naftiko Microsoft Azure MonitorTest Notifications

What You Can Do

POST
Actiongroupsposttestnotifications — Azure Monitor Send test notifications
/v1/subscriptions/{subscriptionid}/providers/microsoft-insights/createnotifications
GET
Actiongroupsgettestnotifications — Azure Monitor Get test notification results
/v1/subscriptions/{subscriptionid}/providers/microsoft-insights/notificationstatus/{notificationid}

MCP Tools

azure-monitor-send-test-notifications

Azure Monitor Send test notifications

read-only
azure-monitor-get-test-notification

Azure Monitor Get test notification results

read-only idempotent

Capability Spec

azure-monitor-action-groups-test-notifications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Monitor Action Groups API — Test Notifications
  description: 'Azure Monitor Action Groups API — Test Notifications. 2 operations. Lead operation: Azure Monitor Send test
    notifications. Self-contained Naftiko capability covering one Microsoft Azure Monitor business surface.'
  tags:
  - Microsoft Azure Monitor
  - Test Notifications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_MONITOR_API_KEY: MICROSOFT_AZURE_MONITOR_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-monitor-action-groups-test-notifications
    baseUri: https://management.azure.com
    description: Azure Monitor Action Groups API — Test Notifications business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Insights-createNotifications
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Insights/createNotifications
      operations:
      - name: actiongroupsposttestnotifications
        method: POST
        description: Azure Monitor Send test notifications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: subscriptions-subscriptionId-providers-Microsoft.Insights-notificationStatus-not
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Insights/notificationStatus/{notificationId}
      operations:
      - name: actiongroupsgettestnotifications
        method: GET
        description: Azure Monitor Get test notification results
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: notificationId
          in: path
          type: string
          description: The notification ID.
          required: true
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_MONITOR_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-monitor-action-groups-test-notifications-rest
    port: 8080
    description: REST adapter for Azure Monitor Action Groups API — Test Notifications. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-insights/createnotifications
      name: subscriptions-subscriptionid-providers-microsoft-insights-createnotifications
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Insights-createNotifications.
      operations:
      - method: POST
        name: actiongroupsposttestnotifications
        description: Azure Monitor Send test notifications
        call: azure-monitor-action-groups-test-notifications.actiongroupsposttestnotifications
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-insights/notificationstatus/{notificationid}
      name: subscriptions-subscriptionid-providers-microsoft-insights-notificationstatus-not
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Insights-notificationStatus-not.
      operations:
      - method: GET
        name: actiongroupsgettestnotifications
        description: Azure Monitor Get test notification results
        call: azure-monitor-action-groups-test-notifications.actiongroupsgettestnotifications
        with:
          notificationId: rest.notificationId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-monitor-action-groups-test-notifications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Monitor Action Groups API — Test Notifications. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: azure-monitor-send-test-notifications
      description: Azure Monitor Send test notifications
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: azure-monitor-action-groups-test-notifications.actiongroupsposttestnotifications
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-monitor-get-test-notification
      description: Azure Monitor Get test notification results
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-monitor-action-groups-test-notifications.actiongroupsgettestnotifications
      with:
        notificationId: tools.notificationId
      outputParameters:
      - type: object
        mapping: $.