microsoft-azure-cdn · Capability

Azure CDN REST API — Operations

Azure CDN REST API — Operations. 1 operations. Lead operation: Azure CDN REST API List operations. Self-contained Naftiko capability covering one Microsoft Azure Cdn business surface.

Run with Naftiko Microsoft Azure CdnOperations

What You Can Do

GET
Listoperations — Azure CDN REST API List operations
/v1/providers/microsoft-cdn/operations

MCP Tools

azure-cdn-rest-api-list

Azure CDN REST API List operations

read-only idempotent

Capability Spec

microsoft-azure-cdn-operations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Azure CDN REST API — Operations
  description: 'Azure CDN REST API — Operations. 1 operations. Lead operation: Azure CDN REST API List operations. Self-contained
    Naftiko capability covering one Microsoft Azure Cdn business surface.'
  tags:
  - Microsoft Azure Cdn
  - Operations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_CDN_API_KEY: MICROSOFT_AZURE_CDN_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-azure-cdn-operations
    baseUri: https://management.azure.com
    description: Azure CDN REST API — Operations business capability. Self-contained, no shared references.
    resources:
    - name: providers-Microsoft.Cdn-operations
      path: /providers/Microsoft.Cdn/operations
      operations:
      - name: listoperations
        method: GET
        description: Azure CDN REST API List operations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_AZURE_CDN_API_KEY}}'
  exposes:
  - type: rest
    namespace: microsoft-azure-cdn-operations-rest
    port: 8080
    description: REST adapter for Azure CDN REST API — Operations. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-cdn/operations
      name: providers-microsoft-cdn-operations
      description: REST surface for providers-Microsoft.Cdn-operations.
      operations:
      - method: GET
        name: listoperations
        description: Azure CDN REST API List operations
        call: microsoft-azure-cdn-operations.listoperations
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-azure-cdn-operations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Azure CDN REST API — Operations. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: azure-cdn-rest-api-list
      description: Azure CDN REST API List operations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-azure-cdn-operations.listoperations
      outputParameters:
      - type: object
        mapping: $.