Microsoft Azure · Capability

Microsoft Azure DataPlaneAccountClient — Domain

Microsoft Azure DataPlaneAccountClient — Domain. 2 operations. Lead operation: Microsoft Azure Get Domains. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDomain

What You Can Do

GET
Microsoftazuredomainslistdomains — Microsoft Azure Get Domains
/v1/domains
GET
Microsoftazuredomainsgetdomain — Microsoft Azure Get Domains Domainname
/v1/domains/{domainname}

MCP Tools

microsoft-azure-get-domains

Microsoft Azure Get Domains

read-only idempotent
microsoft-azure-get-domains-domainname

Microsoft Azure Get Domains Domainname

read-only idempotent

Capability Spec

dataplaneaccountclient-domain.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure DataPlaneAccountClient — Domain
  description: 'Microsoft Azure DataPlaneAccountClient — Domain. 2 operations. Lead operation: Microsoft Azure Get Domains.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Domain
  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: dataplaneaccountclient-domain
    baseUri: https://purview.azure.com/account
    description: Microsoft Azure DataPlaneAccountClient — Domain business capability. Self-contained, no shared references.
    resources:
    - name: domains
      path: /domains
      operations:
      - name: microsoftazuredomainslistdomains
        method: GET
        description: Microsoft Azure Get Domains
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $skipToken
          in: query
          type: string
    - name: domains-domainName
      path: /domains/{domainName}
      operations:
      - name: microsoftazuredomainsgetdomain
        method: GET
        description: Microsoft Azure Get Domains Domainname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: domainName
          in: path
          type: string
          required: true
  exposes:
  - type: rest
    namespace: dataplaneaccountclient-domain-rest
    port: 8080
    description: REST adapter for Microsoft Azure DataPlaneAccountClient — Domain. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/domains
      name: domains
      description: REST surface for domains.
      operations:
      - method: GET
        name: microsoftazuredomainslistdomains
        description: Microsoft Azure Get Domains
        call: dataplaneaccountclient-domain.microsoftazuredomainslistdomains
        with:
          $skipToken: rest.$skipToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domains/{domainname}
      name: domains-domainname
      description: REST surface for domains-domainName.
      operations:
      - method: GET
        name: microsoftazuredomainsgetdomain
        description: Microsoft Azure Get Domains Domainname
        call: dataplaneaccountclient-domain.microsoftazuredomainsgetdomain
        with:
          domainName: rest.domainName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: dataplaneaccountclient-domain-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure DataPlaneAccountClient — Domain. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-domains
      description: Microsoft Azure Get Domains
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dataplaneaccountclient-domain.microsoftazuredomainslistdomains
      with:
        $skipToken: tools.$skipToken
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-domains-domainname
      description: Microsoft Azure Get Domains Domainname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dataplaneaccountclient-domain.microsoftazuredomainsgetdomain
      with:
        domainName: tools.domainName
      outputParameters:
      - type: object
        mapping: $.