Microsoft Azure · Capability

Microsoft Azure MicrosoftScanningClient — ScanRulesets

Microsoft Azure MicrosoftScanningClient — ScanRulesets. 4 operations. Lead operation: Microsoft Azure Get Scanrulesets. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureScanRulesets

What You Can Do

GET
Microsoftazurescanrulesetslistall — Microsoft Azure Get Scanrulesets
/v1/scanrulesets
GET
Microsoftazurescanrulesetsget — Microsoft Azure Get Scanrulesets Scanrulesetname
/v1/scanrulesets/{scanrulesetname}
PUT
Microsoftazurescanrulesetscreateorupdate — Microsoft Azure Put Scanrulesets Scanrulesetname
/v1/scanrulesets/{scanrulesetname}
DELETE
Microsoftazurescanrulesetsdelete — Microsoft Azure Delete Scanrulesets Scanrulesetname
/v1/scanrulesets/{scanrulesetname}

MCP Tools

microsoft-azure-get-scanrulesets

Microsoft Azure Get Scanrulesets

read-only idempotent
microsoft-azure-get-scanrulesets-scanrulesetname

Microsoft Azure Get Scanrulesets Scanrulesetname

read-only idempotent
microsoft-azure-put-scanrulesets-scanrulesetname

Microsoft Azure Put Scanrulesets Scanrulesetname

idempotent
microsoft-azure-delete-scanrulesets-scanrulesetname

Microsoft Azure Delete Scanrulesets Scanrulesetname

idempotent

Capability Spec

microsoftscanningclient-scanrulesets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure MicrosoftScanningClient — ScanRulesets
  description: 'Microsoft Azure MicrosoftScanningClient — ScanRulesets. 4 operations. Lead operation: Microsoft Azure Get
    Scanrulesets. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ScanRulesets
  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: microsoftscanningclient-scanrulesets
    baseUri: https://purview.azure.com/scan
    description: Microsoft Azure MicrosoftScanningClient — ScanRulesets business capability. Self-contained, no shared references.
    resources:
    - name: scanrulesets
      path: /scanrulesets
      operations:
      - name: microsoftazurescanrulesetslistall
        method: GET
        description: Microsoft Azure Get Scanrulesets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: scanrulesets-scanRulesetName
      path: /scanrulesets/{scanRulesetName}
      operations:
      - name: microsoftazurescanrulesetsget
        method: GET
        description: Microsoft Azure Get Scanrulesets Scanrulesetname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: scanRulesetName
          in: path
          type: string
          required: true
      - name: microsoftazurescanrulesetscreateorupdate
        method: PUT
        description: Microsoft Azure Put Scanrulesets Scanrulesetname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: scanRulesetName
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: string
      - name: microsoftazurescanrulesetsdelete
        method: DELETE
        description: Microsoft Azure Delete Scanrulesets Scanrulesetname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: scanRulesetName
          in: path
          type: string
          required: true
  exposes:
  - type: rest
    namespace: microsoftscanningclient-scanrulesets-rest
    port: 8080
    description: REST adapter for Microsoft Azure MicrosoftScanningClient — ScanRulesets. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/scanrulesets
      name: scanrulesets
      description: REST surface for scanrulesets.
      operations:
      - method: GET
        name: microsoftazurescanrulesetslistall
        description: Microsoft Azure Get Scanrulesets
        call: microsoftscanningclient-scanrulesets.microsoftazurescanrulesetslistall
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/scanrulesets/{scanrulesetname}
      name: scanrulesets-scanrulesetname
      description: REST surface for scanrulesets-scanRulesetName.
      operations:
      - method: GET
        name: microsoftazurescanrulesetsget
        description: Microsoft Azure Get Scanrulesets Scanrulesetname
        call: microsoftscanningclient-scanrulesets.microsoftazurescanrulesetsget
        with:
          scanRulesetName: rest.scanRulesetName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurescanrulesetscreateorupdate
        description: Microsoft Azure Put Scanrulesets Scanrulesetname
        call: microsoftscanningclient-scanrulesets.microsoftazurescanrulesetscreateorupdate
        with:
          scanRulesetName: rest.scanRulesetName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurescanrulesetsdelete
        description: Microsoft Azure Delete Scanrulesets Scanrulesetname
        call: microsoftscanningclient-scanrulesets.microsoftazurescanrulesetsdelete
        with:
          scanRulesetName: rest.scanRulesetName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftscanningclient-scanrulesets-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure MicrosoftScanningClient — ScanRulesets. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-scanrulesets
      description: Microsoft Azure Get Scanrulesets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftscanningclient-scanrulesets.microsoftazurescanrulesetslistall
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-scanrulesets-scanrulesetname
      description: Microsoft Azure Get Scanrulesets Scanrulesetname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftscanningclient-scanrulesets.microsoftazurescanrulesetsget
      with:
        scanRulesetName: tools.scanRulesetName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-scanrulesets-scanrulesetname
      description: Microsoft Azure Put Scanrulesets Scanrulesetname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftscanningclient-scanrulesets.microsoftazurescanrulesetscreateorupdate
      with:
        scanRulesetName: tools.scanRulesetName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-scanrulesets-scanrulesetname
      description: Microsoft Azure Delete Scanrulesets Scanrulesetname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoftscanningclient-scanrulesets.microsoftazurescanrulesetsdelete
      with:
        scanRulesetName: tools.scanRulesetName
      outputParameters:
      - type: object
        mapping: $.