Microsoft Azure · Capability

Microsoft Azure Microsoft.Datadog — ApiKey

Microsoft Azure Microsoft.Datadog — ApiKey. 3 operations. Lead operation: Microsoft Azure Get The Default Api Key. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureApiKey

What You Can Do

POST
Microsoftazuremonitorsgetdefaultkey — Microsoft Azure Get The Default Api Key
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/monitors/{monitorname}/getdefaultkey
POST
Microsoftazuremonitorslistapikeys — Microsoft Azure List The Api Keys For A Given Monitor Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/monitors/{monitorname}/listapikeys
POST
Microsoftazuremonitorssetdefaultkey — Microsoft Azure Set The Default Api Key
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/monitors/{monitorname}/setdefaultkey

MCP Tools

microsoft-azure-get-default-api

Microsoft Azure Get The Default Api Key

read-only
microsoft-azure-list-api-keys

Microsoft Azure List The Api Keys For A Given Monitor Resource

read-only
microsoft-azure-set-default-api

Microsoft Azure Set The Default Api Key

Capability Spec

microsoftdatadog-apikey.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.Datadog — ApiKey
  description: 'Microsoft Azure Microsoft.Datadog — ApiKey. 3 operations. Lead operation: Microsoft Azure Get The Default
    Api Key. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ApiKey
  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-apikey
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft.Datadog — ApiKey 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}/getDefaultKey
      operations:
      - name: microsoftazuremonitorsgetdefaultkey
        method: POST
        description: Microsoft Azure Get The Default Api Key
        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}/listApiKeys
      operations:
      - name: microsoftazuremonitorslistapikeys
        method: POST
        description: Microsoft Azure List The Api Keys 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}/setDefaultKey
      operations:
      - name: microsoftazuremonitorssetdefaultkey
        method: POST
        description: Microsoft Azure Set The Default Api Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
  exposes:
  - type: rest
    namespace: microsoftdatadog-apikey-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.Datadog — ApiKey. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/monitors/{monitorname}/getdefaultkey
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazuremonitorsgetdefaultkey
        description: Microsoft Azure Get The Default Api Key
        call: microsoftdatadog-apikey.microsoftazuremonitorsgetdefaultkey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/monitors/{monitorname}/listapikeys
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazuremonitorslistapikeys
        description: Microsoft Azure List The Api Keys For A Given Monitor Resource
        call: microsoftdatadog-apikey.microsoftazuremonitorslistapikeys
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datadog/monitors/{monitorname}/setdefaultkey
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazuremonitorssetdefaultkey
        description: Microsoft Azure Set The Default Api Key
        call: microsoftdatadog-apikey.microsoftazuremonitorssetdefaultkey
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftdatadog-apikey-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.Datadog — ApiKey. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-default-api
      description: Microsoft Azure Get The Default Api Key
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: microsoftdatadog-apikey.microsoftazuremonitorsgetdefaultkey
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-list-api-keys
      description: Microsoft Azure List The Api Keys For A Given Monitor Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: microsoftdatadog-apikey.microsoftazuremonitorslistapikeys
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-set-default-api
      description: Microsoft Azure Set The Default Api Key
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoftdatadog-apikey.microsoftazuremonitorssetdefaultkey
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.