Microsoft Azure · Capability

Microsoft Azure MicrosoftScanningClient — Filters

Microsoft Azure MicrosoftScanningClient — Filters. 2 operations. Lead operation: Microsoft Azure Get Datasources Datasourcename Scans Scanname Filters Custom. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureFilters

What You Can Do

GET
Microsoftazurefiltersget — Microsoft Azure Get Datasources Datasourcename Scans Scanname Filters Custom
/v1/datasources/{datasourcename}/scans/{scanname}/filters/custom
PUT
Microsoftazurefilterscreateorupdate — Microsoft Azure Put Datasources Datasourcename Scans Scanname Filters Custom
/v1/datasources/{datasourcename}/scans/{scanname}/filters/custom

MCP Tools

microsoft-azure-get-datasources-datasourcename

Microsoft Azure Get Datasources Datasourcename Scans Scanname Filters Custom

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

Microsoft Azure Put Datasources Datasourcename Scans Scanname Filters Custom

idempotent

Capability Spec

microsoftscanningclient-filters.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure MicrosoftScanningClient — Filters
  description: 'Microsoft Azure MicrosoftScanningClient — Filters. 2 operations. Lead operation: Microsoft Azure Get Datasources
    Datasourcename Scans Scanname Filters Custom. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - Filters
  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-filters
    baseUri: https://purview.azure.com/scan
    description: Microsoft Azure MicrosoftScanningClient — Filters business capability. Self-contained, no shared references.
    resources:
    - name: datasources-dataSourceName-scans-scanName-filters-custom
      path: /datasources/{dataSourceName}/scans/{scanName}/filters/custom
      operations:
      - name: microsoftazurefiltersget
        method: GET
        description: Microsoft Azure Get Datasources Datasourcename Scans Scanname Filters Custom
        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: microsoftazurefilterscreateorupdate
        method: PUT
        description: Microsoft Azure Put Datasources Datasourcename Scans Scanname Filters Custom
        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
  exposes:
  - type: rest
    namespace: microsoftscanningclient-filters-rest
    port: 8080
    description: REST adapter for Microsoft Azure MicrosoftScanningClient — Filters. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/datasources/{datasourcename}/scans/{scanname}/filters/custom
      name: datasources-datasourcename-scans-scanname-filters-custom
      description: REST surface for datasources-dataSourceName-scans-scanName-filters-custom.
      operations:
      - method: GET
        name: microsoftazurefiltersget
        description: Microsoft Azure Get Datasources Datasourcename Scans Scanname Filters Custom
        call: microsoftscanningclient-filters.microsoftazurefiltersget
        with:
          dataSourceName: rest.dataSourceName
          scanName: rest.scanName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurefilterscreateorupdate
        description: Microsoft Azure Put Datasources Datasourcename Scans Scanname Filters Custom
        call: microsoftscanningclient-filters.microsoftazurefilterscreateorupdate
        with:
          dataSourceName: rest.dataSourceName
          scanName: rest.scanName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftscanningclient-filters-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure MicrosoftScanningClient — Filters. 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 Scanname Filters Custom
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftscanningclient-filters.microsoftazurefiltersget
      with:
        dataSourceName: tools.dataSourceName
        scanName: tools.scanName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-datasources-datasourcename
      description: Microsoft Azure Put Datasources Datasourcename Scans Scanname Filters Custom
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftscanningclient-filters.microsoftazurefilterscreateorupdate
      with:
        dataSourceName: tools.dataSourceName
        scanName: tools.scanName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.