Microsoft Azure · Capability

Microsoft Azure MicrosoftScanningClient — Scan

Microsoft Azure MicrosoftScanningClient — Scan. 4 operations. Lead operation: Microsoft Azure Get Datasources Datasourcename Scans. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureScan

What You Can Do

GET
Microsoftazurescanslistbydatasource — Microsoft Azure Get Datasources Datasourcename Scans
/v1/datasources/{datasourcename}/scans
PUT
Microsoftazurescanscreateorupdate — Microsoft Azure Put Datasources Datasourcename Scans Scanname
/v1/datasources/{datasourcename}/scans/{scanname}
GET
Microsoftazurescansget — Microsoft Azure Get Datasources Datasourcename Scans Scanname
/v1/datasources/{datasourcename}/scans/{scanname}
DELETE
Microsoftazurescansdelete — Microsoft Azure Delete Datasources Datasourcename Scans Scanname
/v1/datasources/{datasourcename}/scans/{scanname}

MCP Tools

microsoft-azure-get-datasources-datasourcename

Microsoft Azure Get Datasources Datasourcename Scans

read-only idempotent
microsoft-azure-put-datasources-datasourcename

Microsoft Azure Put Datasources Datasourcename Scans Scanname

idempotent
microsoft-azure-get-datasources-datasourcename-2

Microsoft Azure Get Datasources Datasourcename Scans Scanname

read-only idempotent
microsoft-azure-delete-datasources-datasourcename

Microsoft Azure Delete Datasources Datasourcename Scans Scanname

idempotent

Capability Spec

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