Microsoft Azure · Capability

Microsoft Azure HelpRP — Troubleshooter

Microsoft Azure HelpRP — Troubleshooter. 5 operations. Lead operation: Microsoft Azure Put Scope Providers Microsoft Help Troubleshooters Troubleshootername. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureTroubleshooter

What You Can Do

PUT
Microsoftazuretroubleshooterscreate — Microsoft Azure Put Scope Providers Microsoft Help Troubleshooters Troubleshootername
/v1/{scope}/providers/microsoft-help/troubleshooters/{troubleshootername}
GET
Microsoftazuretroubleshootersget — Microsoft Azure Get Scope Providers Microsoft Help Troubleshooters Troubleshootername
/v1/{scope}/providers/microsoft-help/troubleshooters/{troubleshootername}
POST
Microsoftazuretroubleshooterscontinue — Microsoft Azure Post Scope Providers Microsoft Help Troubleshooters Troubleshootername Continue
/v1/{scope}/providers/microsoft-help/troubleshooters/{troubleshootername}/continue
POST
Microsoftazuretroubleshootersend — Microsoft Azure Post Scope Providers Microsoft Help Troubleshooters Troubleshootername End
/v1/{scope}/providers/microsoft-help/troubleshooters/{troubleshootername}/end
POST
Microsoftazuretroubleshootersrestart — Microsoft Azure Post Scope Providers Microsoft Help Troubleshooters Troubleshootername Restart
/v1/{scope}/providers/microsoft-help/troubleshooters/{troubleshootername}/restart

MCP Tools

microsoft-azure-put-scope-providers

Microsoft Azure Put Scope Providers Microsoft Help Troubleshooters Troubleshootername

idempotent
microsoft-azure-get-scope-providers

Microsoft Azure Get Scope Providers Microsoft Help Troubleshooters Troubleshootername

read-only idempotent
microsoft-azure-post-scope-providers

Microsoft Azure Post Scope Providers Microsoft Help Troubleshooters Troubleshootername Continue

microsoft-azure-post-scope-providers-2

Microsoft Azure Post Scope Providers Microsoft Help Troubleshooters Troubleshootername End

microsoft-azure-post-scope-providers-3

Microsoft Azure Post Scope Providers Microsoft Help Troubleshooters Troubleshootername Restart

Capability Spec

helprp-troubleshooter.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure HelpRP — Troubleshooter
  description: 'Microsoft Azure HelpRP — Troubleshooter. 5 operations. Lead operation: Microsoft Azure Put Scope Providers
    Microsoft Help Troubleshooters Troubleshootername. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - Troubleshooter
  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: helprp-troubleshooter
    baseUri: https://management.azure.com
    description: Microsoft Azure HelpRP — Troubleshooter business capability. Self-contained, no shared references.
    resources:
    - name: scope-providers-Microsoft.Help-troubleshooters-troubleshooterName
      path: /{scope}/providers/Microsoft.Help/troubleshooters/{troubleshooterName}
      operations:
      - name: microsoftazuretroubleshooterscreate
        method: PUT
        description: Microsoft Azure Put Scope Providers Microsoft Help Troubleshooters Troubleshootername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: createTroubleshooterRequestBody
          in: body
          type: string
          description: The required request body for this Troubleshooter resource creation.
      - name: microsoftazuretroubleshootersget
        method: GET
        description: Microsoft Azure Get Scope Providers Microsoft Help Troubleshooters Troubleshootername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: scope-providers-Microsoft.Help-troubleshooters-troubleshooterName-continue
      path: /{scope}/providers/Microsoft.Help/troubleshooters/{troubleshooterName}/continue
      operations:
      - name: microsoftazuretroubleshooterscontinue
        method: POST
        description: Microsoft Azure Post Scope Providers Microsoft Help Troubleshooters Troubleshootername Continue
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: continueRequestBody
          in: body
          type: string
          description: The required request body for going to next step in Troubleshooter resource.
    - name: scope-providers-Microsoft.Help-troubleshooters-troubleshooterName-end
      path: /{scope}/providers/Microsoft.Help/troubleshooters/{troubleshooterName}/end
      operations:
      - name: microsoftazuretroubleshootersend
        method: POST
        description: Microsoft Azure Post Scope Providers Microsoft Help Troubleshooters Troubleshootername End
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: scope-providers-Microsoft.Help-troubleshooters-troubleshooterName-restart
      path: /{scope}/providers/Microsoft.Help/troubleshooters/{troubleshooterName}/restart
      operations:
      - name: microsoftazuretroubleshootersrestart
        method: POST
        description: Microsoft Azure Post Scope Providers Microsoft Help Troubleshooters Troubleshootername Restart
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: helprp-troubleshooter-rest
    port: 8080
    description: REST adapter for Microsoft Azure HelpRP — Troubleshooter. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/{scope}/providers/microsoft-help/troubleshooters/{troubleshootername}
      name: scope-providers-microsoft-help-troubleshooters-troubleshootername
      description: REST surface for scope-providers-Microsoft.Help-troubleshooters-troubleshooterName.
      operations:
      - method: PUT
        name: microsoftazuretroubleshooterscreate
        description: Microsoft Azure Put Scope Providers Microsoft Help Troubleshooters Troubleshootername
        call: helprp-troubleshooter.microsoftazuretroubleshooterscreate
        with:
          createTroubleshooterRequestBody: rest.createTroubleshooterRequestBody
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuretroubleshootersget
        description: Microsoft Azure Get Scope Providers Microsoft Help Troubleshooters Troubleshootername
        call: helprp-troubleshooter.microsoftazuretroubleshootersget
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{scope}/providers/microsoft-help/troubleshooters/{troubleshootername}/continue
      name: scope-providers-microsoft-help-troubleshooters-troubleshootername-continue
      description: REST surface for scope-providers-Microsoft.Help-troubleshooters-troubleshooterName-continue.
      operations:
      - method: POST
        name: microsoftazuretroubleshooterscontinue
        description: Microsoft Azure Post Scope Providers Microsoft Help Troubleshooters Troubleshootername Continue
        call: helprp-troubleshooter.microsoftazuretroubleshooterscontinue
        with:
          continueRequestBody: rest.continueRequestBody
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{scope}/providers/microsoft-help/troubleshooters/{troubleshootername}/end
      name: scope-providers-microsoft-help-troubleshooters-troubleshootername-end
      description: REST surface for scope-providers-Microsoft.Help-troubleshooters-troubleshooterName-end.
      operations:
      - method: POST
        name: microsoftazuretroubleshootersend
        description: Microsoft Azure Post Scope Providers Microsoft Help Troubleshooters Troubleshootername End
        call: helprp-troubleshooter.microsoftazuretroubleshootersend
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{scope}/providers/microsoft-help/troubleshooters/{troubleshootername}/restart
      name: scope-providers-microsoft-help-troubleshooters-troubleshootername-restart
      description: REST surface for scope-providers-Microsoft.Help-troubleshooters-troubleshooterName-restart.
      operations:
      - method: POST
        name: microsoftazuretroubleshootersrestart
        description: Microsoft Azure Post Scope Providers Microsoft Help Troubleshooters Troubleshootername Restart
        call: helprp-troubleshooter.microsoftazuretroubleshootersrestart
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: helprp-troubleshooter-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure HelpRP — Troubleshooter. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-azure-put-scope-providers
      description: Microsoft Azure Put Scope Providers Microsoft Help Troubleshooters Troubleshootername
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: helprp-troubleshooter.microsoftazuretroubleshooterscreate
      with:
        createTroubleshooterRequestBody: tools.createTroubleshooterRequestBody
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-scope-providers
      description: Microsoft Azure Get Scope Providers Microsoft Help Troubleshooters Troubleshootername
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: helprp-troubleshooter.microsoftazuretroubleshootersget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-scope-providers
      description: Microsoft Azure Post Scope Providers Microsoft Help Troubleshooters Troubleshootername Continue
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: helprp-troubleshooter.microsoftazuretroubleshooterscontinue
      with:
        continueRequestBody: tools.continueRequestBody
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-scope-providers-2
      description: Microsoft Azure Post Scope Providers Microsoft Help Troubleshooters Troubleshootername End
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: helprp-troubleshooter.microsoftazuretroubleshootersend
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-scope-providers-3
      description: Microsoft Azure Post Scope Providers Microsoft Help Troubleshooters Troubleshootername Restart
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: helprp-troubleshooter.microsoftazuretroubleshootersrestart
      outputParameters:
      - type: object
        mapping: $.