Microsoft Azure · Capability

Microsoft Azure Microsoft.DatabaseWatcher — Watchers

Microsoft Azure Microsoft.DatabaseWatcher — Watchers. 8 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Databasewatcher Watchers. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureWatchers

What You Can Do

GET
Microsoftazurewatcherslistbysubscription — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Databasewatcher Watchers
/v1/subscriptions/{subscriptionid}/providers/microsoft-databasewatcher/watchers
GET
Microsoftazurewatcherslistbyresourcegroup — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databasewatcher Watchers
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databasewatcher/watchers
GET
Microsoftazurewatchersget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databasewatcher Watchers Watchername
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databasewatcher/watchers/{watchername}
PUT
Microsoftazurewatcherscreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databasewatcher Watchers Watchername
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databasewatcher/watchers/{watchername}
PATCH
Microsoftazurewatchersupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databasewatcher Watchers Watchername
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databasewatcher/watchers/{watchername}
DELETE
Microsoftazurewatchersdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databasewatcher Watchers Watchername
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databasewatcher/watchers/{watchername}
POST
Microsoftazurewatchersstart — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databasewatcher Watchers Watchername Start
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databasewatcher/watchers/{watchername}/start
POST
Microsoftazurewatchersstop — Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databasewatcher Watchers Watchername Stop
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databasewatcher/watchers/{watchername}/stop

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Databasewatcher Watchers

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databasewatcher Watchers

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-3

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databasewatcher Watchers Watchername

read-only idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databasewatcher Watchers Watchername

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databasewatcher Watchers Watchername

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databasewatcher Watchers Watchername

idempotent
microsoft-azure-post-subscriptions-subscriptionid

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databasewatcher Watchers Watchername Start

microsoft-azure-post-subscriptions-subscriptionid-2

Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databasewatcher Watchers Watchername Stop

Capability Spec

microsoftdatabasewatcher-watchers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.DatabaseWatcher — Watchers
  description: 'Microsoft Azure Microsoft.DatabaseWatcher — Watchers. 8 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Providers Microsoft Databasewatcher Watchers. Self-contained Naftiko capability covering one Microsoft
    Azure business surface.'
  tags:
  - Microsoft Azure
  - Watchers
  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: microsoftdatabasewatcher-watchers
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft.DatabaseWatcher — Watchers business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.DatabaseWatcher-watchers
      path: /subscriptions/{subscriptionId}/providers/Microsoft.DatabaseWatcher/watchers
      operations:
      - name: microsoftazurewatcherslistbysubscription
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Databasewatcher Watchers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DatabaseWatcher/watchers
      operations:
      - name: microsoftazurewatcherslistbyresourcegroup
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Databasewatcher Watchers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DatabaseWatcher/watchers/{watcherName}
      operations:
      - name: microsoftazurewatchersget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Databasewatcher Watchers Watchername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: watcherName
          in: path
          type: string
          description: The database watcher name.
          required: true
      - name: microsoftazurewatcherscreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Databasewatcher Watchers Watchername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: watcherName
          in: path
          type: string
          description: The database watcher name.
          required: true
        - name: resource
          in: body
          type: string
          description: Resource create parameters.
          required: true
      - name: microsoftazurewatchersupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Databasewatcher Watchers Watchername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: watcherName
          in: path
          type: string
          description: The database watcher name.
          required: true
        - name: properties
          in: body
          type: string
          description: The resource properties to be updated.
          required: true
      - name: microsoftazurewatchersdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Databasewatcher Watchers Watchername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: watcherName
          in: path
          type: string
          description: The database watcher name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DatabaseWatcher/watchers/{watcherName}/start
      operations:
      - name: microsoftazurewatchersstart
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Databasewatcher Watchers Watchername Start
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: watcherName
          in: path
          type: string
          description: The database watcher name.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DatabaseWatcher/watchers/{watcherName}/stop
      operations:
      - name: microsoftazurewatchersstop
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Databasewatcher Watchers Watchername Stop
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: watcherName
          in: path
          type: string
          description: The database watcher name.
          required: true
  exposes:
  - type: rest
    namespace: microsoftdatabasewatcher-watchers-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.DatabaseWatcher — Watchers. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-databasewatcher/watchers
      name: subscriptions-subscriptionid-providers-microsoft-databasewatcher-watchers
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.DatabaseWatcher-watchers.
      operations:
      - method: GET
        name: microsoftazurewatcherslistbysubscription
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Databasewatcher Watchers
        call: microsoftdatabasewatcher-watchers.microsoftazurewatcherslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databasewatcher/watchers
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurewatcherslistbyresourcegroup
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Databasewatcher Watchers
        call: microsoftdatabasewatcher-watchers.microsoftazurewatcherslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databasewatcher/watchers/{watchername}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurewatchersget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Databasewatcher Watchers Watchername
        call: microsoftdatabasewatcher-watchers.microsoftazurewatchersget
        with:
          watcherName: rest.watcherName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurewatcherscreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Databasewatcher Watchers Watchername
        call: microsoftdatabasewatcher-watchers.microsoftazurewatcherscreateorupdate
        with:
          watcherName: rest.watcherName
          resource: rest.resource
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurewatchersupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Databasewatcher Watchers Watchername
        call: microsoftdatabasewatcher-watchers.microsoftazurewatchersupdate
        with:
          watcherName: rest.watcherName
          properties: rest.properties
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurewatchersdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Databasewatcher Watchers Watchername
        call: microsoftdatabasewatcher-watchers.microsoftazurewatchersdelete
        with:
          watcherName: rest.watcherName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databasewatcher/watchers/{watchername}/start
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurewatchersstart
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Databasewatcher Watchers Watchername Start
        call: microsoftdatabasewatcher-watchers.microsoftazurewatchersstart
        with:
          watcherName: rest.watcherName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-databasewatcher/watchers/{watchername}/stop
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazurewatchersstop
        description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Databasewatcher Watchers Watchername Stop
        call: microsoftdatabasewatcher-watchers.microsoftazurewatchersstop
        with:
          watcherName: rest.watcherName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftdatabasewatcher-watchers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.DatabaseWatcher — Watchers. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Databasewatcher Watchers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftdatabasewatcher-watchers.microsoftazurewatcherslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databasewatcher
        Watchers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftdatabasewatcher-watchers.microsoftazurewatcherslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databasewatcher
        Watchers Watchername
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftdatabasewatcher-watchers.microsoftazurewatchersget
      with:
        watcherName: tools.watcherName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Databasewatcher
        Watchers Watchername
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftdatabasewatcher-watchers.microsoftazurewatcherscreateorupdate
      with:
        watcherName: tools.watcherName
        resource: tools.resource
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Databasewatcher Watchers Watchername
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftdatabasewatcher-watchers.microsoftazurewatchersupdate
      with:
        watcherName: tools.watcherName
        properties: tools.properties
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Databasewatcher Watchers Watchername
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoftdatabasewatcher-watchers.microsoftazurewatchersdelete
      with:
        watcherName: tools.watcherName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Databasewatcher Watchers Watchername Start
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoftdatabasewatcher-watchers.microsoftazurewatchersstart
      with:
        watcherName: tools.watcherName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid-2
      description: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Databasewatcher Watchers Watchername Stop
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoftdatabasewatcher-watchers.microsoftazurewatchersstop
      with:
        watcherName: tools.watcherName
      outputParameters:
      - type: object
        mapping: $.