Microsoft Azure · Capability

Microsoft Azure Microsoft.Datadog — Agreements

Microsoft Azure Microsoft.Datadog — Agreements. 2 operations. Lead operation: Microsoft Azure List Datadog Marketplace Agreements In The Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureAgreements

What You Can Do

GET
Microsoftazuremarketplaceagreementslist — Microsoft Azure List Datadog Marketplace Agreements In The Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-datadog/agreements
PUT
Microsoftazuremarketplaceagreementscreateorupdate — Microsoft Azure Create Datadog Marketplace Agreement In The Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-datadog/agreements/default

MCP Tools

microsoft-azure-list-datadog-marketplace

Microsoft Azure List Datadog Marketplace Agreements In The Subscription

read-only idempotent
microsoft-azure-create-datadog-marketplace

Microsoft Azure Create Datadog Marketplace Agreement In The Subscription

idempotent

Capability Spec

microsoftdatadog-agreements.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.Datadog — Agreements
  description: 'Microsoft Azure Microsoft.Datadog — Agreements. 2 operations. Lead operation: Microsoft Azure List Datadog
    Marketplace Agreements In The Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Agreements
  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-agreements
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft.Datadog — Agreements business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Datadog-agreements
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Datadog/agreements
      operations:
      - name: microsoftazuremarketplaceagreementslist
        method: GET
        description: Microsoft Azure List Datadog Marketplace Agreements In The Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-providers-Microsoft.Datadog-agreements-default
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Datadog/agreements/default
      operations:
      - name: microsoftazuremarketplaceagreementscreateorupdate
        method: PUT
        description: Microsoft Azure Create Datadog Marketplace Agreement In The Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
  exposes:
  - type: rest
    namespace: microsoftdatadog-agreements-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.Datadog — Agreements. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-datadog/agreements
      name: subscriptions-subscriptionid-providers-microsoft-datadog-agreements
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Datadog-agreements.
      operations:
      - method: GET
        name: microsoftazuremarketplaceagreementslist
        description: Microsoft Azure List Datadog Marketplace Agreements In The Subscription
        call: microsoftdatadog-agreements.microsoftazuremarketplaceagreementslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-datadog/agreements/default
      name: subscriptions-subscriptionid-providers-microsoft-datadog-agreements-default
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Datadog-agreements-default.
      operations:
      - method: PUT
        name: microsoftazuremarketplaceagreementscreateorupdate
        description: Microsoft Azure Create Datadog Marketplace Agreement In The Subscription
        call: microsoftdatadog-agreements.microsoftazuremarketplaceagreementscreateorupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftdatadog-agreements-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.Datadog — Agreements. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-datadog-marketplace
      description: Microsoft Azure List Datadog Marketplace Agreements In The Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftdatadog-agreements.microsoftazuremarketplaceagreementslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-datadog-marketplace
      description: Microsoft Azure Create Datadog Marketplace Agreement In The Subscription
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftdatadog-agreements.microsoftazuremarketplaceagreementscreateorupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.