Azure API Management REST API — Notification

Azure API Management REST API — Notification. 3 operations. Lead operation: Microsoft Azure API Management WorkspaceNotification_ListByService. Self-contained Naftiko capability covering one Microsoft Azure Api Management business surface.

Run with Naftiko Microsoft Azure Api ManagementNotification

What You Can Do

GET
Workspacenotificationlistbyservice — Microsoft Azure API Management WorkspaceNotification_ListByService
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/workspaces/{workspaceid}/notifications
GET
Workspacenotificationget — Microsoft Azure API Management WorkspaceNotification_Get
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/workspaces/{workspaceid}/notifications/{notificationname}
PUT
Workspacenotificationcreateorupdate — Microsoft Azure API Management WorkspaceNotification_CreateOrUpdate
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/workspaces/{workspaceid}/notifications/{notificationname}

MCP Tools

microsoft-azure-api-management-workspacenotification

Microsoft Azure API Management WorkspaceNotification_ListByService

read-only idempotent
microsoft-azure-api-management-workspacenotification-2

Microsoft Azure API Management WorkspaceNotification_Get

read-only idempotent
microsoft-azure-api-management-workspacenotification-3

Microsoft Azure API Management WorkspaceNotification_CreateOrUpdate

idempotent

Capability Spec

rest-notification.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure API Management REST API — Notification
  description: 'Azure API Management REST API — Notification. 3 operations. Lead operation: Microsoft Azure API Management
    WorkspaceNotification_ListByService. Self-contained Naftiko capability covering one Microsoft Azure Api Management business
    surface.'
  tags:
  - Microsoft Azure Api Management
  - Notification
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_MANAGEMENT_API_KEY: MICROSOFT_AZURE_API_MANAGEMENT_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-notification
    baseUri: https://management.azure.com
    description: Azure API Management REST API — Notification business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/notifications
      operations:
      - name: workspacenotificationlistbyservice
        method: GET
        description: Microsoft Azure API Management WorkspaceNotification_ListByService
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/notifications/{notificationName}
      operations:
      - name: workspacenotificationget
        method: GET
        description: Microsoft Azure API Management WorkspaceNotification_Get
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: workspacenotificationcreateorupdate
        method: PUT
        description: Microsoft Azure API Management WorkspaceNotification_CreateOrUpdate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_API_MANAGEMENT_API_KEY}}'
  exposes:
  - type: rest
    namespace: rest-notification-rest
    port: 8080
    description: REST adapter for Azure API Management REST API — Notification. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/workspaces/{workspaceid}/notifications
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: workspacenotificationlistbyservice
        description: Microsoft Azure API Management WorkspaceNotification_ListByService
        call: rest-notification.workspacenotificationlistbyservice
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-apimanagement/service/{servicename}/workspaces/{workspaceid}/notifications/{notificationname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: workspacenotificationget
        description: Microsoft Azure API Management WorkspaceNotification_Get
        call: rest-notification.workspacenotificationget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: workspacenotificationcreateorupdate
        description: Microsoft Azure API Management WorkspaceNotification_CreateOrUpdate
        call: rest-notification.workspacenotificationcreateorupdate
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-notification-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure API Management REST API — Notification. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-api-management-workspacenotification
      description: Microsoft Azure API Management WorkspaceNotification_ListByService
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-notification.workspacenotificationlistbyservice
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-workspacenotification-2
      description: Microsoft Azure API Management WorkspaceNotification_Get
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-notification.workspacenotificationget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-api-management-workspacenotification-3
      description: Microsoft Azure API Management WorkspaceNotification_CreateOrUpdate
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-notification.workspacenotificationcreateorupdate
      outputParameters:
      - type: object
        mapping: $.