Microsoft Azure · Capability

Microsoft Azure Microsoft.KubernetesRuntime

Microsoft Azure Microsoft.KubernetesRuntime. 4 operations. Lead operation: Microsoft Azure Get Resourceuri Providers Microsoft Kubernetesruntime Services. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft Azure

What You Can Do

GET
Microsoftazureserviceslist — Microsoft Azure Get Resourceuri Providers Microsoft Kubernetesruntime Services
/v1/{resourceuri}/providers/microsoft-kubernetesruntime/services
GET
Microsoftazureservicesget — Microsoft Azure Get Resourceuri Providers Microsoft Kubernetesruntime Services Servicename
/v1/{resourceuri}/providers/microsoft-kubernetesruntime/services/{servicename}
PUT
Microsoftazureservicescreateorupdate — Microsoft Azure Put Resourceuri Providers Microsoft Kubernetesruntime Services Servicename
/v1/{resourceuri}/providers/microsoft-kubernetesruntime/services/{servicename}
DELETE
Microsoftazureservicesdelete — Microsoft Azure Delete Resourceuri Providers Microsoft Kubernetesruntime Services Servicename
/v1/{resourceuri}/providers/microsoft-kubernetesruntime/services/{servicename}

MCP Tools

microsoft-azure-get-resourceuri-providers

Microsoft Azure Get Resourceuri Providers Microsoft Kubernetesruntime Services

read-only idempotent
microsoft-azure-get-resourceuri-providers-2

Microsoft Azure Get Resourceuri Providers Microsoft Kubernetesruntime Services Servicename

read-only idempotent
microsoft-azure-put-resourceuri-providers

Microsoft Azure Put Resourceuri Providers Microsoft Kubernetesruntime Services Servicename

idempotent
microsoft-azure-delete-resourceuri-providers

Microsoft Azure Delete Resourceuri Providers Microsoft Kubernetesruntime Services Servicename

idempotent

Capability Spec

microsoftkubernetesruntime-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.KubernetesRuntime
  description: 'Microsoft Azure Microsoft.KubernetesRuntime. 4 operations. Lead operation: Microsoft Azure Get Resourceuri
    Providers Microsoft Kubernetesruntime Services. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  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: microsoftkubernetesruntime-general
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft.KubernetesRuntime business capability. Self-contained, no shared references.
    resources:
    - name: resourceUri-providers-Microsoft.KubernetesRuntime-services
      path: /{resourceUri}/providers/Microsoft.KubernetesRuntime/services
      operations:
      - name: microsoftazureserviceslist
        method: GET
        description: Microsoft Azure Get Resourceuri Providers Microsoft Kubernetesruntime Services
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: resourceUri-providers-Microsoft.KubernetesRuntime-services-serviceName
      path: /{resourceUri}/providers/Microsoft.KubernetesRuntime/services/{serviceName}
      operations:
      - name: microsoftazureservicesget
        method: GET
        description: Microsoft Azure Get Resourceuri Providers Microsoft Kubernetesruntime Services Servicename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: serviceName
          in: path
          type: string
          description: The name of the the service
          required: true
      - name: microsoftazureservicescreateorupdate
        method: PUT
        description: Microsoft Azure Put Resourceuri Providers Microsoft Kubernetesruntime Services Servicename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: serviceName
          in: path
          type: string
          description: The name of the the service
          required: true
        - name: resource
          in: body
          type: string
          description: Resource create parameters.
          required: true
      - name: microsoftazureservicesdelete
        method: DELETE
        description: Microsoft Azure Delete Resourceuri Providers Microsoft Kubernetesruntime Services Servicename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: serviceName
          in: path
          type: string
          description: The name of the the service
          required: true
  exposes:
  - type: rest
    namespace: microsoftkubernetesruntime-general-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.KubernetesRuntime. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/{resourceuri}/providers/microsoft-kubernetesruntime/services
      name: resourceuri-providers-microsoft-kubernetesruntime-services
      description: REST surface for resourceUri-providers-Microsoft.KubernetesRuntime-services.
      operations:
      - method: GET
        name: microsoftazureserviceslist
        description: Microsoft Azure Get Resourceuri Providers Microsoft Kubernetesruntime Services
        call: microsoftkubernetesruntime-general.microsoftazureserviceslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{resourceuri}/providers/microsoft-kubernetesruntime/services/{servicename}
      name: resourceuri-providers-microsoft-kubernetesruntime-services-servicename
      description: REST surface for resourceUri-providers-Microsoft.KubernetesRuntime-services-serviceName.
      operations:
      - method: GET
        name: microsoftazureservicesget
        description: Microsoft Azure Get Resourceuri Providers Microsoft Kubernetesruntime Services Servicename
        call: microsoftkubernetesruntime-general.microsoftazureservicesget
        with:
          serviceName: rest.serviceName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureservicescreateorupdate
        description: Microsoft Azure Put Resourceuri Providers Microsoft Kubernetesruntime Services Servicename
        call: microsoftkubernetesruntime-general.microsoftazureservicescreateorupdate
        with:
          serviceName: rest.serviceName
          resource: rest.resource
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureservicesdelete
        description: Microsoft Azure Delete Resourceuri Providers Microsoft Kubernetesruntime Services Servicename
        call: microsoftkubernetesruntime-general.microsoftazureservicesdelete
        with:
          serviceName: rest.serviceName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftkubernetesruntime-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.KubernetesRuntime. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-resourceuri-providers
      description: Microsoft Azure Get Resourceuri Providers Microsoft Kubernetesruntime Services
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftkubernetesruntime-general.microsoftazureserviceslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-resourceuri-providers-2
      description: Microsoft Azure Get Resourceuri Providers Microsoft Kubernetesruntime Services Servicename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftkubernetesruntime-general.microsoftazureservicesget
      with:
        serviceName: tools.serviceName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-resourceuri-providers
      description: Microsoft Azure Put Resourceuri Providers Microsoft Kubernetesruntime Services Servicename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftkubernetesruntime-general.microsoftazureservicescreateorupdate
      with:
        serviceName: tools.serviceName
        resource: tools.resource
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-resourceuri-providers
      description: Microsoft Azure Delete Resourceuri Providers Microsoft Kubernetesruntime Services Servicename
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoftkubernetesruntime-general.microsoftazureservicesdelete
      with:
        serviceName: tools.serviceName
      outputParameters:
      - type: object
        mapping: $.