Microsoft Azure · Capability

Microsoft Azure Microsoft.Support — ProblemClassifications

Microsoft Azure Microsoft.Support — ProblemClassifications. 2 operations. Lead operation: Microsoft Azure Get Providers Microsoft Support Services Servicename Problemclassifications. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureProblemClassifications

What You Can Do

GET
Microsoftazureproblemclassificationslist — Microsoft Azure Get Providers Microsoft Support Services Servicename Problemclassifications
/v1/providers/microsoft-support/services/{servicename}/problemclassifications
GET
Microsoftazureproblemclassificationsget — Microsoft Azure Get Providers Microsoft Support Services Servicename Problemclassifications Problemclassificationname
/v1/providers/microsoft-support/services/{servicename}/problemclassifications/{problemclassificationname}

MCP Tools

microsoft-azure-get-providers-microsoft

Microsoft Azure Get Providers Microsoft Support Services Servicename Problemclassifications

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

Microsoft Azure Get Providers Microsoft Support Services Servicename Problemclassifications Problemclassificationname

read-only idempotent

Capability Spec

microsoftsupport-problemclassifications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.Support — ProblemClassifications
  description: 'Microsoft Azure Microsoft.Support — ProblemClassifications. 2 operations. Lead operation: Microsoft Azure
    Get Providers Microsoft Support Services Servicename Problemclassifications. Self-contained Naftiko capability covering
    one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ProblemClassifications
  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-problemclassifications
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft.Support — ProblemClassifications business capability. Self-contained, no shared
      references.
    resources:
    - name: providers-Microsoft.Support-services-serviceName-problemClassifications
      path: /providers/Microsoft.Support/services/{serviceName}/problemClassifications
      operations:
      - name: microsoftazureproblemclassificationslist
        method: GET
        description: Microsoft Azure Get Providers Microsoft Support Services Servicename Problemclassifications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: serviceName
          in: path
          type: string
          description: Name of the Azure service for which the problem classifications need to be retrieved.
          required: true
    - name: providers-Microsoft.Support-services-serviceName-problemClassifications-problemC
      path: /providers/Microsoft.Support/services/{serviceName}/problemClassifications/{problemClassificationName}
      operations:
      - name: microsoftazureproblemclassificationsget
        method: GET
        description: Microsoft Azure Get Providers Microsoft Support Services Servicename Problemclassifications Problemclassificationname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: serviceName
          in: path
          type: string
          description: Name of the Azure service available for support.
          required: true
        - name: problemClassificationName
          in: path
          type: string
          description: Name of problem classification.
          required: true
  exposes:
  - type: rest
    namespace: microsoftsupport-problemclassifications-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.Support — ProblemClassifications. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-support/services/{servicename}/problemclassifications
      name: providers-microsoft-support-services-servicename-problemclassifications
      description: REST surface for providers-Microsoft.Support-services-serviceName-problemClassifications.
      operations:
      - method: GET
        name: microsoftazureproblemclassificationslist
        description: Microsoft Azure Get Providers Microsoft Support Services Servicename Problemclassifications
        call: microsoftsupport-problemclassifications.microsoftazureproblemclassificationslist
        with:
          serviceName: rest.serviceName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/providers/microsoft-support/services/{servicename}/problemclassifications/{problemclassificationname}
      name: providers-microsoft-support-services-servicename-problemclassifications-problemc
      description: REST surface for providers-Microsoft.Support-services-serviceName-problemClassifications-problemC.
      operations:
      - method: GET
        name: microsoftazureproblemclassificationsget
        description: Microsoft Azure Get Providers Microsoft Support Services Servicename Problemclassifications Problemclassificationname
        call: microsoftsupport-problemclassifications.microsoftazureproblemclassificationsget
        with:
          serviceName: rest.serviceName
          problemClassificationName: rest.problemClassificationName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftsupport-problemclassifications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.Support — ProblemClassifications. 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 Servicename Problemclassifications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftsupport-problemclassifications.microsoftazureproblemclassificationslist
      with:
        serviceName: tools.serviceName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-providers-microsoft-2
      description: Microsoft Azure Get Providers Microsoft Support Services Servicename Problemclassifications Problemclassificationname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftsupport-problemclassifications.microsoftazureproblemclassificationsget
      with:
        serviceName: tools.serviceName
        problemClassificationName: tools.problemClassificationName
      outputParameters:
      - type: object
        mapping: $.