Azure Monitor · Capability

Azure Monitor Action Groups API — Action Groups

Azure Monitor Action Groups API — Action Groups. 7 operations. Lead operation: Azure Monitor List action groups in a subscription. Self-contained Naftiko capability covering one Microsoft Azure Monitor business surface.

Run with Naftiko Microsoft Azure MonitorAction Groups

What You Can Do

GET
Actiongroupslistbysubscriptionid — Azure Monitor List action groups in a subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-insights/actiongroups
GET
Actiongroupslistbyresourcegroup — Azure Monitor List action groups in a resource group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/actiongroups
PUT
Actiongroupscreateorupdate — Azure Monitor Create or update an action group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/actiongroups/{actiongroupname}
GET
Actiongroupsget — Azure Monitor Get an action group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/actiongroups/{actiongroupname}
DELETE
Actiongroupsdelete — Azure Monitor Delete an action group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/actiongroups/{actiongroupname}
PATCH
Actiongroupsupdate — Azure Monitor Update an action group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/actiongroups/{actiongroupname}
POST
Actiongroupsenablereceiver — Azure Monitor Enable a receiver in an action group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/actiongroups/{actiongroupname}/subscribe

MCP Tools

azure-monitor-list-action-groups

Azure Monitor List action groups in a subscription

read-only idempotent
azure-monitor-list-action-groups-2

Azure Monitor List action groups in a resource group

read-only idempotent
azure-monitor-create-update-action

Azure Monitor Create or update an action group

idempotent
azure-monitor-get-action-group

Azure Monitor Get an action group

read-only idempotent
azure-monitor-delete-action-group

Azure Monitor Delete an action group

idempotent
azure-monitor-update-action-group

Azure Monitor Update an action group

idempotent
azure-monitor-enable-receiver-action

Azure Monitor Enable a receiver in an action group

Capability Spec

azure-monitor-action-groups-action-groups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure Monitor Action Groups API — Action Groups
  description: 'Azure Monitor Action Groups API — Action Groups. 7 operations. Lead operation: Azure Monitor List action groups
    in a subscription. Self-contained Naftiko capability covering one Microsoft Azure Monitor business surface.'
  tags:
  - Microsoft Azure Monitor
  - Action Groups
  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-action-groups
    baseUri: https://management.azure.com
    description: Azure Monitor Action Groups API — Action Groups business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Insights-actionGroups
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Insights/actionGroups
      operations:
      - name: actiongroupslistbysubscriptionid
        method: GET
        description: Azure Monitor List action groups in a subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups
      operations:
      - name: actiongroupslistbyresourcegroup
        method: GET
        description: Azure Monitor List action groups in a resource group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}
      operations:
      - name: actiongroupscreateorupdate
        method: PUT
        description: Azure Monitor Create or update an action group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: actiongroupsget
        method: GET
        description: Azure Monitor Get an action group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: actiongroupsdelete
        method: DELETE
        description: Azure Monitor Delete an action group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: actiongroupsupdate
        method: PATCH
        description: Azure Monitor Update an action group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}/subscribe
      operations:
      - name: actiongroupsenablereceiver
        method: POST
        description: Azure Monitor Enable a receiver in an action group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_MONITOR_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-monitor-action-groups-action-groups-rest
    port: 8080
    description: REST adapter for Azure Monitor Action Groups API — Action Groups. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-insights/actiongroups
      name: subscriptions-subscriptionid-providers-microsoft-insights-actiongroups
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Insights-actionGroups.
      operations:
      - method: GET
        name: actiongroupslistbysubscriptionid
        description: Azure Monitor List action groups in a subscription
        call: azure-monitor-action-groups-action-groups.actiongroupslistbysubscriptionid
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/actiongroups
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: actiongroupslistbyresourcegroup
        description: Azure Monitor List action groups in a resource group
        call: azure-monitor-action-groups-action-groups.actiongroupslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/actiongroups/{actiongroupname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: actiongroupscreateorupdate
        description: Azure Monitor Create or update an action group
        call: azure-monitor-action-groups-action-groups.actiongroupscreateorupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: actiongroupsget
        description: Azure Monitor Get an action group
        call: azure-monitor-action-groups-action-groups.actiongroupsget
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: actiongroupsdelete
        description: Azure Monitor Delete an action group
        call: azure-monitor-action-groups-action-groups.actiongroupsdelete
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: actiongroupsupdate
        description: Azure Monitor Update an action group
        call: azure-monitor-action-groups-action-groups.actiongroupsupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/actiongroups/{actiongroupname}/subscribe
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: actiongroupsenablereceiver
        description: Azure Monitor Enable a receiver in an action group
        call: azure-monitor-action-groups-action-groups.actiongroupsenablereceiver
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-monitor-action-groups-action-groups-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure Monitor Action Groups API — Action Groups. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: azure-monitor-list-action-groups
      description: Azure Monitor List action groups in a subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-monitor-action-groups-action-groups.actiongroupslistbysubscriptionid
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-monitor-list-action-groups-2
      description: Azure Monitor List action groups in a resource group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-monitor-action-groups-action-groups.actiongroupslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-monitor-create-update-action
      description: Azure Monitor Create or update an action group
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-monitor-action-groups-action-groups.actiongroupscreateorupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-monitor-get-action-group
      description: Azure Monitor Get an action group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-monitor-action-groups-action-groups.actiongroupsget
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-monitor-delete-action-group
      description: Azure Monitor Delete an action group
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-monitor-action-groups-action-groups.actiongroupsdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-monitor-update-action-group
      description: Azure Monitor Update an action group
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-monitor-action-groups-action-groups.actiongroupsupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: azure-monitor-enable-receiver-action
      description: Azure Monitor Enable a receiver in an action group
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-monitor-action-groups-action-groups.actiongroupsenablereceiver
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.