Microsoft Azure · Capability

Microsoft Azure Microsoft.Datadog — Rules

Microsoft Azure Microsoft.Datadog — Rules. 3 operations. Lead operation: Microsoft Azure List The Tag Rules For A Given Monitor Resource. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureRules

What You Can Do

GET
Microsoftazuretagruleslist — Microsoft Azure List The Tag Rules For A Given Monitor Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/monitors/{monitorname}/tagrules
PUT
Microsoftazuretagrulescreateorupdate — Microsoft Azure Create Or Update A Tag Rule Set For A Given Monitor Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/monitors/{monitorname}/tagrules/{rulesetname}
GET
Microsoftazuretagrulesget — Microsoft Azure Get A Tag Rule Set For A Given Monitor Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/monitors/{monitorname}/tagrules/{rulesetname}

MCP Tools

microsoft-azure-list-tag-rules

Microsoft Azure List The Tag Rules For A Given Monitor Resource

read-only idempotent
microsoft-azure-create-update-tag

Microsoft Azure Create Or Update A Tag Rule Set For A Given Monitor Resource

idempotent
microsoft-azure-get-tag-rule

Microsoft Azure Get A Tag Rule Set For A Given Monitor Resource

read-only idempotent

Capability Spec

microsoftdatadog-rules.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.Datadog — Rules
  description: 'Microsoft Azure Microsoft.Datadog — Rules. 3 operations. Lead operation: Microsoft Azure List The Tag Rules
    For A Given Monitor Resource. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Rules
  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: microsoftdatadog-rules
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft.Datadog — Rules business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Datadog/monitors/{monitorName}/tagRules
      operations:
      - name: microsoftazuretagruleslist
        method: GET
        description: Microsoft Azure List The Tag Rules For A Given Monitor Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Datadog/monitors/{monitorName}/tagRules/{ruleSetName}
      operations:
      - name: microsoftazuretagrulescreateorupdate
        method: PUT
        description: Microsoft Azure Create Or Update A Tag Rule Set For A Given Monitor Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ruleSetName
          in: path
          type: string
          description: Rule set name
          required: true
        - name: body
          in: body
          type: string
      - name: microsoftazuretagrulesget
        method: GET
        description: Microsoft Azure Get A Tag Rule Set For A Given Monitor Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ruleSetName
          in: path
          type: string
          description: Rule set name
          required: true
  exposes:
  - type: rest
    namespace: microsoftdatadog-rules-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.Datadog — Rules. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/monitors/{monitorname}/tagrules
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuretagruleslist
        description: Microsoft Azure List The Tag Rules For A Given Monitor Resource
        call: microsoftdatadog-rules.microsoftazuretagruleslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/monitors/{monitorname}/tagrules/{rulesetname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazuretagrulescreateorupdate
        description: Microsoft Azure Create Or Update A Tag Rule Set For A Given Monitor Resource
        call: microsoftdatadog-rules.microsoftazuretagrulescreateorupdate
        with:
          ruleSetName: rest.ruleSetName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuretagrulesget
        description: Microsoft Azure Get A Tag Rule Set For A Given Monitor Resource
        call: microsoftdatadog-rules.microsoftazuretagrulesget
        with:
          ruleSetName: rest.ruleSetName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftdatadog-rules-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.Datadog — Rules. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-tag-rules
      description: Microsoft Azure List The Tag Rules For A Given Monitor Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftdatadog-rules.microsoftazuretagruleslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-tag
      description: Microsoft Azure Create Or Update A Tag Rule Set For A Given Monitor Resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftdatadog-rules.microsoftazuretagrulescreateorupdate
      with:
        ruleSetName: tools.ruleSetName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-tag-rule
      description: Microsoft Azure Get A Tag Rule Set For A Given Monitor Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftdatadog-rules.microsoftazuretagrulesget
      with:
        ruleSetName: tools.ruleSetName
      outputParameters:
      - type: object
        mapping: $.