Microsoft Azure · Capability

Microsoft Azure Microsoft.Logz — Monitors

Microsoft Azure Microsoft.Logz — Monitors. 8 operations. Lead operation: Microsoft Azure List All Monitors Under The Specified Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureMonitors

What You Can Do

GET
Microsoftazuremonitorslistbysubscription — Microsoft Azure List All Monitors Under The Specified Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-logz/monitors
GET
Microsoftazuremonitorslistbyresourcegroup — Microsoft Azure List All Monitors Under The Specified Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors
GET
Microsoftazuremonitorsget — Microsoft Azure Get The Properties Of A Specific Monitor Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}
PUT
Microsoftazuremonitorscreate — Microsoft Azure Create A Monitor Resource This Create Operation Can Take Upto 10 Minutes To Complete
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}
PATCH
Microsoftazuremonitorsupdate — Microsoft Azure Update A Monitor Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}
DELETE
Microsoftazuremonitorsdelete — Microsoft Azure Delete A Monitor Resource This Delete Operation Can Take Upto 10 Minutes To Complete
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}
POST
Microsoftazuremonitorslistmonitoredresources — Microsoft Azure List The Resources Currently Being Monitored By The Logz Monitor Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}/listmonitoredresources
POST
Microsoftazuremonitorslistuserroles — Microsoft Azure List The User S Roles Configured On Logz Io Side For The Account Corresponding To The Monitor Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}/listuserroles

MCP Tools

microsoft-azure-list-all-monitors

Microsoft Azure List All Monitors Under The Specified Subscription

read-only idempotent
microsoft-azure-list-all-monitors-2

Microsoft Azure List All Monitors Under The Specified Resource Group

read-only idempotent
microsoft-azure-get-properties-specific

Microsoft Azure Get The Properties Of A Specific Monitor Resource

read-only idempotent
microsoft-azure-create-monitor-resource

Microsoft Azure Create A Monitor Resource This Create Operation Can Take Upto 10 Minutes To Complete

idempotent
microsoft-azure-update-monitor-resource

Microsoft Azure Update A Monitor Resource

idempotent
microsoft-azure-delete-monitor-resource

Microsoft Azure Delete A Monitor Resource This Delete Operation Can Take Upto 10 Minutes To Complete

idempotent
microsoft-azure-list-resources-currently

Microsoft Azure List The Resources Currently Being Monitored By The Logz Monitor Resource

read-only
microsoft-azure-list-user-s

Microsoft Azure List The User S Roles Configured On Logz Io Side For The Account Corresponding To The Monitor Resource

read-only

Capability Spec

microsoftlogz-monitors.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.Logz — Monitors
  description: 'Microsoft Azure Microsoft.Logz — Monitors. 8 operations. Lead operation: Microsoft Azure List All Monitors
    Under The Specified Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Monitors
  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: microsoftlogz-monitors
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft.Logz — Monitors business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Logz-monitors
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Logz/monitors
      operations:
      - name: microsoftazuremonitorslistbysubscription
        method: GET
        description: Microsoft Azure List All Monitors Under The Specified Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logz/monitors
      operations:
      - name: microsoftazuremonitorslistbyresourcegroup
        method: GET
        description: Microsoft Azure List All Monitors Under The Specified Resource Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logz/monitors/{monitorName}
      operations:
      - name: microsoftazuremonitorsget
        method: GET
        description: Microsoft Azure Get The Properties Of A Specific Monitor Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuremonitorscreate
        method: PUT
        description: Microsoft Azure Create A Monitor Resource This Create Operation Can Take Upto 10 Minutes To Complete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
      - name: microsoftazuremonitorsupdate
        method: PATCH
        description: Microsoft Azure Update A Monitor Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
      - name: microsoftazuremonitorsdelete
        method: DELETE
        description: Microsoft Azure Delete A Monitor Resource This Delete Operation Can Take Upto 10 Minutes To Complete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logz/monitors/{monitorName}/listMonitoredResources
      operations:
      - name: microsoftazuremonitorslistmonitoredresources
        method: POST
        description: Microsoft Azure List The Resources Currently Being Monitored By The Logz Monitor Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logz/monitors/{monitorName}/listUserRoles
      operations:
      - name: microsoftazuremonitorslistuserroles
        method: POST
        description: Microsoft Azure List The User S Roles Configured On Logz Io Side For The Account Corresponding To The
          Monitor Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
  exposes:
  - type: rest
    namespace: microsoftlogz-monitors-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.Logz — Monitors. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-logz/monitors
      name: subscriptions-subscriptionid-providers-microsoft-logz-monitors
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Logz-monitors.
      operations:
      - method: GET
        name: microsoftazuremonitorslistbysubscription
        description: Microsoft Azure List All Monitors Under The Specified Subscription
        call: microsoftlogz-monitors.microsoftazuremonitorslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuremonitorslistbyresourcegroup
        description: Microsoft Azure List All Monitors Under The Specified Resource Group
        call: microsoftlogz-monitors.microsoftazuremonitorslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuremonitorsget
        description: Microsoft Azure Get The Properties Of A Specific Monitor Resource
        call: microsoftlogz-monitors.microsoftazuremonitorsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuremonitorscreate
        description: Microsoft Azure Create A Monitor Resource This Create Operation Can Take Upto 10 Minutes To Complete
        call: microsoftlogz-monitors.microsoftazuremonitorscreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuremonitorsupdate
        description: Microsoft Azure Update A Monitor Resource
        call: microsoftlogz-monitors.microsoftazuremonitorsupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuremonitorsdelete
        description: Microsoft Azure Delete A Monitor Resource This Delete Operation Can Take Upto 10 Minutes To Complete
        call: microsoftlogz-monitors.microsoftazuremonitorsdelete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}/listmonitoredresources
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazuremonitorslistmonitoredresources
        description: Microsoft Azure List The Resources Currently Being Monitored By The Logz Monitor Resource
        call: microsoftlogz-monitors.microsoftazuremonitorslistmonitoredresources
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-logz/monitors/{monitorname}/listuserroles
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazuremonitorslistuserroles
        description: Microsoft Azure List The User S Roles Configured On Logz Io Side For The Account Corresponding To The
          Monitor Resource
        call: microsoftlogz-monitors.microsoftazuremonitorslistuserroles
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftlogz-monitors-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.Logz — Monitors. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-all-monitors
      description: Microsoft Azure List All Monitors Under The Specified Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftlogz-monitors.microsoftazuremonitorslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-list-all-monitors-2
      description: Microsoft Azure List All Monitors Under The Specified Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftlogz-monitors.microsoftazuremonitorslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-properties-specific
      description: Microsoft Azure Get The Properties Of A Specific Monitor Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftlogz-monitors.microsoftazuremonitorsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-monitor-resource
      description: Microsoft Azure Create A Monitor Resource This Create Operation Can Take Upto 10 Minutes To Complete
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftlogz-monitors.microsoftazuremonitorscreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-monitor-resource
      description: Microsoft Azure Update A Monitor Resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftlogz-monitors.microsoftazuremonitorsupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-monitor-resource
      description: Microsoft Azure Delete A Monitor Resource This Delete Operation Can Take Upto 10 Minutes To Complete
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoftlogz-monitors.microsoftazuremonitorsdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-list-resources-currently
      description: Microsoft Azure List The Resources Currently Being Monitored By The Logz Monitor Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: microsoftlogz-monitors.microsoftazuremonitorslistmonitoredresources
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-list-user-s
      description: Microsoft Azure List The User S Roles Configured On Logz Io Side For The Account Corresponding To The Monitor
        Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: microsoftlogz-monitors.microsoftazuremonitorslistuserroles
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.