Microsoft Azure · Capability

Microsoft Azure Microsoft.Support

Microsoft Azure Microsoft.Support. 2 operations. Lead operation: Microsoft Azure Get Providers Microsoft Support 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 Providers Microsoft Support Services
/v1/providers/microsoft-support/services
GET
Microsoftazureservicesget — Microsoft Azure Get Providers Microsoft Support Services Servicename
/v1/providers/microsoft-support/services/{servicename}

MCP Tools

microsoft-azure-get-providers-microsoft

Microsoft Azure Get Providers Microsoft Support Services

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

Microsoft Azure Get Providers Microsoft Support Services Servicename

read-only idempotent

Capability Spec

microsoftsupport-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.Support
  description: 'Microsoft Azure Microsoft.Support. 2 operations. Lead operation: Microsoft Azure Get Providers Microsoft Support
    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: microsoftsupport-general
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft.Support business capability. Self-contained, no shared references.
    resources:
    - name: providers-Microsoft.Support-services
      path: /providers/Microsoft.Support/services
      operations:
      - name: microsoftazureserviceslist
        method: GET
        description: Microsoft Azure Get Providers Microsoft Support Services
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: providers-Microsoft.Support-services-serviceName
      path: /providers/Microsoft.Support/services/{serviceName}
      operations:
      - name: microsoftazureservicesget
        method: GET
        description: Microsoft Azure Get Providers Microsoft Support Services Servicename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: serviceName
          in: path
          type: string
          description: Name of the Azure service.
          required: true
  exposes:
  - type: rest
    namespace: microsoftsupport-general-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.Support. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-support/services
      name: providers-microsoft-support-services
      description: REST surface for providers-Microsoft.Support-services.
      operations:
      - method: GET
        name: microsoftazureserviceslist
        description: Microsoft Azure Get Providers Microsoft Support Services
        call: microsoftsupport-general.microsoftazureserviceslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/providers/microsoft-support/services/{servicename}
      name: providers-microsoft-support-services-servicename
      description: REST surface for providers-Microsoft.Support-services-serviceName.
      operations:
      - method: GET
        name: microsoftazureservicesget
        description: Microsoft Azure Get Providers Microsoft Support Services Servicename
        call: microsoftsupport-general.microsoftazureservicesget
        with:
          serviceName: rest.serviceName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftsupport-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.Support. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-azure-get-providers-microsoft
      description: Microsoft Azure Get Providers Microsoft Support Services
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftsupport-general.microsoftazureserviceslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-providers-microsoft-2
      description: Microsoft Azure Get Providers Microsoft Support Services Servicename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftsupport-general.microsoftazureservicesget
      with:
        serviceName: tools.serviceName
      outputParameters:
      - type: object
        mapping: $.