Microsoft Azure · Capability

Microsoft Azure MicrosoftScanningClient — DataSources

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

Run with Naftiko Microsoft AzureDataSources

What You Can Do

GET
Microsoftazuredatasourceslistall — Microsoft Azure Get Datasources
/v1/datasources
PUT
Microsoftazuredatasourcescreateorupdate — Microsoft Azure Put Datasources Datasourcename
/v1/datasources/{datasourcename}
GET
Microsoftazuredatasourcesget — Microsoft Azure Get Datasources Datasourcename
/v1/datasources/{datasourcename}
DELETE
Microsoftazuredatasourcesdelete — Microsoft Azure Delete Datasources Datasourcename
/v1/datasources/{datasourcename}

MCP Tools

microsoft-azure-get-datasources

Microsoft Azure Get Datasources

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

Microsoft Azure Put Datasources Datasourcename

idempotent
microsoft-azure-get-datasources-datasourcename

Microsoft Azure Get Datasources Datasourcename

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

Microsoft Azure Delete Datasources Datasourcename

idempotent

Capability Spec

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