Microsoft Azure · Capability

Microsoft Azure Data Sensitivity Settings — sensitivitySettings

Microsoft Azure Data Sensitivity Settings — sensitivitySettings. 2 operations. Lead operation: Microsoft Azure Put Providers Microsoft Security Sensitivitysettings Current. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzuresensitivitySettings

What You Can Do

PUT
Microsoftazuresensitivitysettingscreateorupdate — Microsoft Azure Put Providers Microsoft Security Sensitivitysettings Current
/v1/providers/microsoft-security/sensitivitysettings/current
GET
Microsoftazuresensitivitysettingsget — Microsoft Azure Get Providers Microsoft Security Sensitivitysettings Current
/v1/providers/microsoft-security/sensitivitysettings/current

MCP Tools

microsoft-azure-put-providers-microsoft

Microsoft Azure Put Providers Microsoft Security Sensitivitysettings Current

idempotent
microsoft-azure-get-providers-microsoft

Microsoft Azure Get Providers Microsoft Security Sensitivitysettings Current

read-only idempotent

Capability Spec

data-sensitivity-settings-sensitivitysettings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Data Sensitivity Settings — sensitivitySettings
  description: 'Microsoft Azure Data Sensitivity Settings — sensitivitySettings. 2 operations. Lead operation: Microsoft Azure
    Put Providers Microsoft Security Sensitivitysettings Current. Self-contained Naftiko capability covering one Microsoft
    Azure business surface.'
  tags:
  - Microsoft Azure
  - sensitivitySettings
  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: data-sensitivity-settings-sensitivitysettings
    baseUri: https://management.azure.com
    description: Microsoft Azure Data Sensitivity Settings — sensitivitySettings business capability. Self-contained, no shared
      references.
    resources:
    - name: providers-Microsoft.Security-sensitivitySettings-current
      path: /providers/Microsoft.Security/sensitivitySettings/current
      operations:
      - name: microsoftazuresensitivitysettingscreateorupdate
        method: PUT
        description: Microsoft Azure Put Providers Microsoft Security Sensitivitysettings Current
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sensitivitySettings
          in: body
          type: string
          description: The data sensitivity settings to update
          required: true
      - name: microsoftazuresensitivitysettingsget
        method: GET
        description: Microsoft Azure Get Providers Microsoft Security Sensitivitysettings Current
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: data-sensitivity-settings-sensitivitysettings-rest
    port: 8080
    description: REST adapter for Microsoft Azure Data Sensitivity Settings — sensitivitySettings. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-security/sensitivitysettings/current
      name: providers-microsoft-security-sensitivitysettings-current
      description: REST surface for providers-Microsoft.Security-sensitivitySettings-current.
      operations:
      - method: PUT
        name: microsoftazuresensitivitysettingscreateorupdate
        description: Microsoft Azure Put Providers Microsoft Security Sensitivitysettings Current
        call: data-sensitivity-settings-sensitivitysettings.microsoftazuresensitivitysettingscreateorupdate
        with:
          sensitivitySettings: rest.sensitivitySettings
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazuresensitivitysettingsget
        description: Microsoft Azure Get Providers Microsoft Security Sensitivitysettings Current
        call: data-sensitivity-settings-sensitivitysettings.microsoftazuresensitivitysettingsget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: data-sensitivity-settings-sensitivitysettings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Data Sensitivity Settings — sensitivitySettings. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-put-providers-microsoft
      description: Microsoft Azure Put Providers Microsoft Security Sensitivitysettings Current
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: data-sensitivity-settings-sensitivitysettings.microsoftazuresensitivitysettingscreateorupdate
      with:
        sensitivitySettings: tools.sensitivitySettings
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-providers-microsoft
      description: Microsoft Azure Get Providers Microsoft Security Sensitivitysettings Current
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-sensitivity-settings-sensitivitysettings.microsoftazuresensitivitysettingsget
      outputParameters:
      - type: object
        mapping: $.