Microsoft Azure · Capability

Microsoft Azure MicrosoftScanningClient — Triggers

Microsoft Azure MicrosoftScanningClient — Triggers. 3 operations. Lead operation: Microsoft Azure Get Datasources Datasourcename Scans Scanname Triggers Default. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureTriggers

What You Can Do

GET
Microsoftazuretriggersgettrigger — Microsoft Azure Get Datasources Datasourcename Scans Scanname Triggers Default
/v1/datasources/{datasourcename}/scans/{scanname}/triggers/default
PUT
Microsoftazuretriggerscreatetrigger — Microsoft Azure Put Datasources Datasourcename Scans Scanname Triggers Default
/v1/datasources/{datasourcename}/scans/{scanname}/triggers/default
DELETE
Microsoftazuretriggersdeletetrigger — Microsoft Azure Delete Datasources Datasourcename Scans Scanname Triggers Default
/v1/datasources/{datasourcename}/scans/{scanname}/triggers/default

MCP Tools

microsoft-azure-get-datasources-datasourcename

Microsoft Azure Get Datasources Datasourcename Scans Scanname Triggers Default

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

Microsoft Azure Put Datasources Datasourcename Scans Scanname Triggers Default

idempotent
microsoft-azure-delete-datasources-datasourcename

Microsoft Azure Delete Datasources Datasourcename Scans Scanname Triggers Default

idempotent

Capability Spec

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