Microsoft Azure · Capability

Microsoft Azure Dynatrace.Observability — TagRules

Microsoft Azure Dynatrace.Observability — TagRules. 5 operations. Lead operation: Microsoft Azure List All Tagrule By Monitorname. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureTagRules

What You Can Do

GET
Microsoftazuretagruleslist — Microsoft Azure List All Tagrule By Monitorname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/dynatrace-observability/monitors/{monitorname}/tagrules
GET
Microsoftazuretagrulesget — Microsoft Azure Get A Tagrule
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/dynatrace-observability/monitors/{monitorname}/tagrules/{rulesetname}
PUT
Microsoftazuretagrulescreateorupdate — Microsoft Azure Create A Tagrule
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/dynatrace-observability/monitors/{monitorname}/tagrules/{rulesetname}
PATCH
Microsoftazuretagrulesupdate — Microsoft Azure Update A Tagrule
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/dynatrace-observability/monitors/{monitorname}/tagrules/{rulesetname}
DELETE
Microsoftazuretagrulesdelete — Microsoft Azure Delete A Tagrule
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/dynatrace-observability/monitors/{monitorname}/tagrules/{rulesetname}

MCP Tools

microsoft-azure-list-all-tagrule

Microsoft Azure List All Tagrule By Monitorname

read-only idempotent
microsoft-azure-get-tagrule

Microsoft Azure Get A Tagrule

read-only idempotent
microsoft-azure-create-tagrule

Microsoft Azure Create A Tagrule

idempotent
microsoft-azure-update-tagrule

Microsoft Azure Update A Tagrule

idempotent
microsoft-azure-delete-tagrule

Microsoft Azure Delete A Tagrule

idempotent

Capability Spec

dynatraceobservability-tagrules.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Dynatrace.Observability — TagRules
  description: 'Microsoft Azure Dynatrace.Observability — TagRules. 5 operations. Lead operation: Microsoft Azure List All
    Tagrule By Monitorname. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - TagRules
  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: dynatraceobservability-tagrules
    baseUri: https://management.azure.com
    description: Microsoft Azure Dynatrace.Observability — TagRules business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Dynatrac
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Dynatrace.Observability/monitors/{monitorName}/tagRules
      operations:
      - name: microsoftazuretagruleslist
        method: GET
        description: Microsoft Azure List All Tagrule By Monitorname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Dynatrac
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Dynatrace.Observability/monitors/{monitorName}/tagRules/{ruleSetName}
      operations:
      - name: microsoftazuretagrulesget
        method: GET
        description: Microsoft Azure Get A Tagrule
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuretagrulescreateorupdate
        method: PUT
        description: Microsoft Azure Create A Tagrule
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resource
          in: body
          type: string
          description: Resource create parameters.
          required: true
      - name: microsoftazuretagrulesupdate
        method: PATCH
        description: Microsoft Azure Update A Tagrule
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resource
          in: body
          type: string
          description: The resource properties to be updated.
          required: true
      - name: microsoftazuretagrulesdelete
        method: DELETE
        description: Microsoft Azure Delete A Tagrule
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: dynatraceobservability-tagrules-rest
    port: 8080
    description: REST adapter for Microsoft Azure Dynatrace.Observability — TagRules. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/dynatrace-observability/monitors/{monitorname}/tagrules
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-dynatrac
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Dynatrac.
      operations:
      - method: GET
        name: microsoftazuretagruleslist
        description: Microsoft Azure List All Tagrule By Monitorname
        call: dynatraceobservability-tagrules.microsoftazuretagruleslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/dynatrace-observability/monitors/{monitorname}/tagrules/{rulesetname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-dynatrac
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Dynatrac.
      operations:
      - method: GET
        name: microsoftazuretagrulesget
        description: Microsoft Azure Get A Tagrule
        call: dynatraceobservability-tagrules.microsoftazuretagrulesget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuretagrulescreateorupdate
        description: Microsoft Azure Create A Tagrule
        call: dynatraceobservability-tagrules.microsoftazuretagrulescreateorupdate
        with:
          resource: rest.resource
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuretagrulesupdate
        description: Microsoft Azure Update A Tagrule
        call: dynatraceobservability-tagrules.microsoftazuretagrulesupdate
        with:
          resource: rest.resource
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuretagrulesdelete
        description: Microsoft Azure Delete A Tagrule
        call: dynatraceobservability-tagrules.microsoftazuretagrulesdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: dynatraceobservability-tagrules-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Dynatrace.Observability — TagRules. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-all-tagrule
      description: Microsoft Azure List All Tagrule By Monitorname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dynatraceobservability-tagrules.microsoftazuretagruleslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-tagrule
      description: Microsoft Azure Get A Tagrule
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dynatraceobservability-tagrules.microsoftazuretagrulesget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-tagrule
      description: Microsoft Azure Create A Tagrule
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: dynatraceobservability-tagrules.microsoftazuretagrulescreateorupdate
      with:
        resource: tools.resource
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-update-tagrule
      description: Microsoft Azure Update A Tagrule
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: dynatraceobservability-tagrules.microsoftazuretagrulesupdate
      with:
        resource: tools.resource
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-tagrule
      description: Microsoft Azure Delete A Tagrule
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: dynatraceobservability-tagrules.microsoftazuretagrulesdelete
      outputParameters:
      - type: object
        mapping: $.