Microsoft Azure · Capability

Microsoft Azure Defender EASM — Data Connections

Microsoft Azure Defender EASM — Data Connections. 5 operations. Lead operation: Microsoft Azure Get Dataconnections. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureData Connections

What You Can Do

GET
Microsoftazuredataconnectionslistdataconnection — Microsoft Azure Get Dataconnections
/v1/dataconnections
GET
Microsoftazuredataconnectionsgetdataconnection — Microsoft Azure Get Dataconnections Dataconnectionname
/v1/dataconnections/{dataconnectionname}
PUT
Microsoftazuredataconnectionscreateorreplacedataconnection — Microsoft Azure Put Dataconnections Dataconnectionname
/v1/dataconnections/{dataconnectionname}
DELETE
Microsoftazuredataconnectionsdeletedataconnection — Microsoft Azure Delete Dataconnections Dataconnectionname
/v1/dataconnections/{dataconnectionname}
POST
Microsoftazuredataconnectionsvalidatedataconnection — Microsoft Azure Post Dataconnections:validate
/v1/dataconnections-validate

MCP Tools

microsoft-azure-get-dataconnections

Microsoft Azure Get Dataconnections

read-only idempotent
microsoft-azure-get-dataconnections-dataconnectionname

Microsoft Azure Get Dataconnections Dataconnectionname

read-only idempotent
microsoft-azure-put-dataconnections-dataconnectionname

Microsoft Azure Put Dataconnections Dataconnectionname

idempotent
microsoft-azure-delete-dataconnections-dataconnectionname

Microsoft Azure Delete Dataconnections Dataconnectionname

idempotent
microsoft-azure-post-dataconnections-validate

Microsoft Azure Post Dataconnections:validate

read-only

Capability Spec

defender-easm-data-connections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Defender EASM — Data Connections
  description: 'Microsoft Azure Defender EASM — Data Connections. 5 operations. Lead operation: Microsoft Azure Get Dataconnections.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Data Connections
  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: defender-easm-data-connections
    baseUri: ''
    description: Microsoft Azure Defender EASM — Data Connections business capability. Self-contained, no shared references.
    resources:
    - name: dataConnections
      path: /dataConnections
      operations:
      - name: microsoftazuredataconnectionslistdataconnection
        method: GET
        description: Microsoft Azure Get Dataconnections
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: dataConnections-dataConnectionName
      path: /dataConnections/{dataConnectionName}
      operations:
      - name: microsoftazuredataconnectionsgetdataconnection
        method: GET
        description: Microsoft Azure Get Dataconnections Dataconnectionname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataConnectionName
          in: path
          type: string
          description: The caller provided unique name for the resource.
          required: true
      - name: microsoftazuredataconnectionscreateorreplacedataconnection
        method: PUT
        description: Microsoft Azure Put Dataconnections Dataconnectionname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataConnectionName
          in: path
          type: string
          description: The caller provided unique name for the resource.
          required: true
        - name: body
          in: body
          type: string
          required: true
      - name: microsoftazuredataconnectionsdeletedataconnection
        method: DELETE
        description: Microsoft Azure Delete Dataconnections Dataconnectionname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataConnectionName
          in: path
          type: string
          description: The caller provided unique name for the resource.
          required: true
    - name: dataConnections:validate
      path: /dataConnections:validate
      operations:
      - name: microsoftazuredataconnectionsvalidatedataconnection
        method: POST
        description: Microsoft Azure Post Dataconnections:validate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          required: true
  exposes:
  - type: rest
    namespace: defender-easm-data-connections-rest
    port: 8080
    description: REST adapter for Microsoft Azure Defender EASM — Data Connections. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/dataconnections
      name: dataconnections
      description: REST surface for dataConnections.
      operations:
      - method: GET
        name: microsoftazuredataconnectionslistdataconnection
        description: Microsoft Azure Get Dataconnections
        call: defender-easm-data-connections.microsoftazuredataconnectionslistdataconnection
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/dataconnections/{dataconnectionname}
      name: dataconnections-dataconnectionname
      description: REST surface for dataConnections-dataConnectionName.
      operations:
      - method: GET
        name: microsoftazuredataconnectionsgetdataconnection
        description: Microsoft Azure Get Dataconnections Dataconnectionname
        call: defender-easm-data-connections.microsoftazuredataconnectionsgetdataconnection
        with:
          dataConnectionName: rest.dataConnectionName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuredataconnectionscreateorreplacedataconnection
        description: Microsoft Azure Put Dataconnections Dataconnectionname
        call: defender-easm-data-connections.microsoftazuredataconnectionscreateorreplacedataconnection
        with:
          dataConnectionName: rest.dataConnectionName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuredataconnectionsdeletedataconnection
        description: Microsoft Azure Delete Dataconnections Dataconnectionname
        call: defender-easm-data-connections.microsoftazuredataconnectionsdeletedataconnection
        with:
          dataConnectionName: rest.dataConnectionName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/dataconnections-validate
      name: dataconnections-validate
      description: REST surface for dataConnections:validate.
      operations:
      - method: POST
        name: microsoftazuredataconnectionsvalidatedataconnection
        description: Microsoft Azure Post Dataconnections:validate
        call: defender-easm-data-connections.microsoftazuredataconnectionsvalidatedataconnection
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: defender-easm-data-connections-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Defender EASM — Data Connections. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-dataconnections
      description: Microsoft Azure Get Dataconnections
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: defender-easm-data-connections.microsoftazuredataconnectionslistdataconnection
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-dataconnections-dataconnectionname
      description: Microsoft Azure Get Dataconnections Dataconnectionname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: defender-easm-data-connections.microsoftazuredataconnectionsgetdataconnection
      with:
        dataConnectionName: tools.dataConnectionName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-dataconnections-dataconnectionname
      description: Microsoft Azure Put Dataconnections Dataconnectionname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: defender-easm-data-connections.microsoftazuredataconnectionscreateorreplacedataconnection
      with:
        dataConnectionName: tools.dataConnectionName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-dataconnections-dataconnectionname
      description: Microsoft Azure Delete Dataconnections Dataconnectionname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: defender-easm-data-connections.microsoftazuredataconnectionsdeletedataconnection
      with:
        dataConnectionName: tools.dataConnectionName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-dataconnections-validate
      description: Microsoft Azure Post Dataconnections:validate
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: defender-easm-data-connections.microsoftazuredataconnectionsvalidatedataconnection
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.