Microsoft Azure · Capability

Microsoft Azure AttestationsClient — Providers

Microsoft Azure AttestationsClient — Providers. 4 operations. Lead operation: Microsoft Azure Get Resourceid Providers Microsoft Policyinsights Attestations. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureProviders

What You Can Do

GET
Microsoftazureattestationslistforresource — Microsoft Azure Get Resourceid Providers Microsoft Policyinsights Attestations
/v1/{resourceid}/providers/microsoft-policyinsights/attestations
PUT
Microsoftazureattestationscreateorupdateatresource — Microsoft Azure Put Resourceid Providers Microsoft Policyinsights Attestations Attestationname
/v1/{resourceid}/providers/microsoft-policyinsights/attestations/{attestationname}
GET
Microsoftazureattestationsgetatresource — Microsoft Azure Get Resourceid Providers Microsoft Policyinsights Attestations Attestationname
/v1/{resourceid}/providers/microsoft-policyinsights/attestations/{attestationname}
DELETE
Microsoftazureattestationsdeleteatresource — Microsoft Azure Delete Resourceid Providers Microsoft Policyinsights Attestations Attestationname
/v1/{resourceid}/providers/microsoft-policyinsights/attestations/{attestationname}

MCP Tools

microsoft-azure-get-resourceid-providers

Microsoft Azure Get Resourceid Providers Microsoft Policyinsights Attestations

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

Microsoft Azure Put Resourceid Providers Microsoft Policyinsights Attestations Attestationname

idempotent
microsoft-azure-get-resourceid-providers-2

Microsoft Azure Get Resourceid Providers Microsoft Policyinsights Attestations Attestationname

read-only idempotent
microsoft-azure-delete-resourceid-providers

Microsoft Azure Delete Resourceid Providers Microsoft Policyinsights Attestations Attestationname

idempotent

Capability Spec

attestationsclient-providers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure AttestationsClient — Providers
  description: 'Microsoft Azure AttestationsClient — Providers. 4 operations. Lead operation: Microsoft Azure Get Resourceid
    Providers Microsoft Policyinsights Attestations. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - Providers
  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: attestationsclient-providers
    baseUri: https://management.azure.com
    description: Microsoft Azure AttestationsClient — Providers business capability. Self-contained, no shared references.
    resources:
    - name: resourceId-providers-Microsoft.PolicyInsights-attestations
      path: /{resourceId}/providers/Microsoft.PolicyInsights/attestations
      operations:
      - name: microsoftazureattestationslistforresource
        method: GET
        description: Microsoft Azure Get Resourceid Providers Microsoft Policyinsights Attestations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: resourceId-providers-Microsoft.PolicyInsights-attestations-attestationName
      path: /{resourceId}/providers/Microsoft.PolicyInsights/attestations/{attestationName}
      operations:
      - name: microsoftazureattestationscreateorupdateatresource
        method: PUT
        description: Microsoft Azure Put Resourceid Providers Microsoft Policyinsights Attestations Attestationname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: The attestation parameters.
          required: true
      - name: microsoftazureattestationsgetatresource
        method: GET
        description: Microsoft Azure Get Resourceid Providers Microsoft Policyinsights Attestations Attestationname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureattestationsdeleteatresource
        method: DELETE
        description: Microsoft Azure Delete Resourceid Providers Microsoft Policyinsights Attestations Attestationname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: attestationsclient-providers-rest
    port: 8080
    description: REST adapter for Microsoft Azure AttestationsClient — Providers. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/{resourceid}/providers/microsoft-policyinsights/attestations
      name: resourceid-providers-microsoft-policyinsights-attestations
      description: REST surface for resourceId-providers-Microsoft.PolicyInsights-attestations.
      operations:
      - method: GET
        name: microsoftazureattestationslistforresource
        description: Microsoft Azure Get Resourceid Providers Microsoft Policyinsights Attestations
        call: attestationsclient-providers.microsoftazureattestationslistforresource
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{resourceid}/providers/microsoft-policyinsights/attestations/{attestationname}
      name: resourceid-providers-microsoft-policyinsights-attestations-attestationname
      description: REST surface for resourceId-providers-Microsoft.PolicyInsights-attestations-attestationName.
      operations:
      - method: PUT
        name: microsoftazureattestationscreateorupdateatresource
        description: Microsoft Azure Put Resourceid Providers Microsoft Policyinsights Attestations Attestationname
        call: attestationsclient-providers.microsoftazureattestationscreateorupdateatresource
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureattestationsgetatresource
        description: Microsoft Azure Get Resourceid Providers Microsoft Policyinsights Attestations Attestationname
        call: attestationsclient-providers.microsoftazureattestationsgetatresource
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureattestationsdeleteatresource
        description: Microsoft Azure Delete Resourceid Providers Microsoft Policyinsights Attestations Attestationname
        call: attestationsclient-providers.microsoftazureattestationsdeleteatresource
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: attestationsclient-providers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure AttestationsClient — Providers. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-resourceid-providers
      description: Microsoft Azure Get Resourceid Providers Microsoft Policyinsights Attestations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: attestationsclient-providers.microsoftazureattestationslistforresource
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-resourceid-providers
      description: Microsoft Azure Put Resourceid Providers Microsoft Policyinsights Attestations Attestationname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: attestationsclient-providers.microsoftazureattestationscreateorupdateatresource
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-resourceid-providers-2
      description: Microsoft Azure Get Resourceid Providers Microsoft Policyinsights Attestations Attestationname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: attestationsclient-providers.microsoftazureattestationsgetatresource
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-resourceid-providers
      description: Microsoft Azure Delete Resourceid Providers Microsoft Policyinsights Attestations Attestationname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: attestationsclient-providers.microsoftazureattestationsdeleteatresource
      outputParameters:
      - type: object
        mapping: $.