Microsoft Azure · Capability

Microsoft Azure HelpRP — Diagnostics

Microsoft Azure HelpRP — Diagnostics. 2 operations. Lead operation: Microsoft Azure Put Scope Providers Microsoft Help Diagnostics Diagnosticsresourcename. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDiagnostics

What You Can Do

PUT
Microsoftazurediagnosticscreate — Microsoft Azure Put Scope Providers Microsoft Help Diagnostics Diagnosticsresourcename
/v1/{scope}/providers/microsoft-help/diagnostics/{diagnosticsresourcename}
GET
Microsoftazurediagnosticsget — Microsoft Azure Get Scope Providers Microsoft Help Diagnostics Diagnosticsresourcename
/v1/{scope}/providers/microsoft-help/diagnostics/{diagnosticsresourcename}

MCP Tools

microsoft-azure-put-scope-providers

Microsoft Azure Put Scope Providers Microsoft Help Diagnostics Diagnosticsresourcename

idempotent
microsoft-azure-get-scope-providers

Microsoft Azure Get Scope Providers Microsoft Help Diagnostics Diagnosticsresourcename

read-only idempotent

Capability Spec

helprp-diagnostics.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure HelpRP — Diagnostics
  description: 'Microsoft Azure HelpRP — Diagnostics. 2 operations. Lead operation: Microsoft Azure Put Scope Providers Microsoft
    Help Diagnostics Diagnosticsresourcename. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Diagnostics
  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-diagnostics
    baseUri: https://management.azure.com
    description: Microsoft Azure HelpRP — Diagnostics business capability. Self-contained, no shared references.
    resources:
    - name: scope-providers-Microsoft.Help-diagnostics-diagnosticsResourceName
      path: /{scope}/providers/Microsoft.Help/diagnostics/{diagnosticsResourceName}
      operations:
      - name: microsoftazurediagnosticscreate
        method: PUT
        description: Microsoft Azure Put Scope Providers Microsoft Help Diagnostics Diagnosticsresourcename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: diagnosticResourceRequest
          in: body
          type: string
          description: The required request body for this insightResource invocation.
      - name: microsoftazurediagnosticsget
        method: GET
        description: Microsoft Azure Get Scope Providers Microsoft Help Diagnostics Diagnosticsresourcename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: helprp-diagnostics-rest
    port: 8080
    description: REST adapter for Microsoft Azure HelpRP — Diagnostics. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/{scope}/providers/microsoft-help/diagnostics/{diagnosticsresourcename}
      name: scope-providers-microsoft-help-diagnostics-diagnosticsresourcename
      description: REST surface for scope-providers-Microsoft.Help-diagnostics-diagnosticsResourceName.
      operations:
      - method: PUT
        name: microsoftazurediagnosticscreate
        description: Microsoft Azure Put Scope Providers Microsoft Help Diagnostics Diagnosticsresourcename
        call: helprp-diagnostics.microsoftazurediagnosticscreate
        with:
          diagnosticResourceRequest: rest.diagnosticResourceRequest
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazurediagnosticsget
        description: Microsoft Azure Get Scope Providers Microsoft Help Diagnostics Diagnosticsresourcename
        call: helprp-diagnostics.microsoftazurediagnosticsget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: helprp-diagnostics-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure HelpRP — Diagnostics. 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 Diagnostics Diagnosticsresourcename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: helprp-diagnostics.microsoftazurediagnosticscreate
      with:
        diagnosticResourceRequest: tools.diagnosticResourceRequest
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-scope-providers
      description: Microsoft Azure Get Scope Providers Microsoft Help Diagnostics Diagnosticsresourcename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: helprp-diagnostics.microsoftazurediagnosticsget
      outputParameters:
      - type: object
        mapping: $.