Microsoft Azure · Capability

Microsoft Azure DataPlaneAccountClient — Account

Microsoft Azure DataPlaneAccountClient — Account. 4 operations. Lead operation: Microsoft Azure Get. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureAccount

What You Can Do

GET
Microsoftazureaccountsgetaccountproperties — Microsoft Azure Get
/v1
PATCH
Microsoftazureaccountsupdateaccountproperties — Microsoft Azure Patch
/v1
POST
Microsoftazureaccountsgetaccesskeys — Microsoft Azure Post Listkeys
/v1/listkeys
POST
Microsoftazureaccountsregenerateaccesskeys — Microsoft Azure Post Regeneratekeys
/v1/regeneratekeys

MCP Tools

microsoft-azure-get

Microsoft Azure Get

read-only idempotent
microsoft-azure-patch

Microsoft Azure Patch

idempotent
microsoft-azure-post-listkeys

Microsoft Azure Post Listkeys

microsoft-azure-post-regeneratekeys

Microsoft Azure Post Regeneratekeys

Capability Spec

dataplaneaccountclient-account.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure DataPlaneAccountClient — Account
  description: 'Microsoft Azure DataPlaneAccountClient — Account. 4 operations. Lead operation: Microsoft Azure Get. Self-contained
    Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Account
  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-account
    baseUri: https://purview.azure.com/account
    description: Microsoft Azure DataPlaneAccountClient — Account business capability. Self-contained, no shared references.
    resources:
    - name: root
      path: /
      operations:
      - name: microsoftazureaccountsgetaccountproperties
        method: GET
        description: Microsoft Azure Get
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureaccountsupdateaccountproperties
        method: PATCH
        description: Microsoft Azure Patch
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          required: true
    - name: listkeys
      path: /listkeys
      operations:
      - name: microsoftazureaccountsgetaccesskeys
        method: POST
        description: Microsoft Azure Post Listkeys
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: regeneratekeys
      path: /regeneratekeys
      operations:
      - name: microsoftazureaccountsregenerateaccesskeys
        method: POST
        description: Microsoft Azure Post Regeneratekeys
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          required: true
  exposes:
  - type: rest
    namespace: dataplaneaccountclient-account-rest
    port: 8080
    description: REST adapter for Microsoft Azure DataPlaneAccountClient — Account. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1
      name: root
      description: REST surface for root.
      operations:
      - method: GET
        name: microsoftazureaccountsgetaccountproperties
        description: Microsoft Azure Get
        call: dataplaneaccountclient-account.microsoftazureaccountsgetaccountproperties
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureaccountsupdateaccountproperties
        description: Microsoft Azure Patch
        call: dataplaneaccountclient-account.microsoftazureaccountsupdateaccountproperties
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/listkeys
      name: listkeys
      description: REST surface for listkeys.
      operations:
      - method: POST
        name: microsoftazureaccountsgetaccesskeys
        description: Microsoft Azure Post Listkeys
        call: dataplaneaccountclient-account.microsoftazureaccountsgetaccesskeys
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/regeneratekeys
      name: regeneratekeys
      description: REST surface for regeneratekeys.
      operations:
      - method: POST
        name: microsoftazureaccountsregenerateaccesskeys
        description: Microsoft Azure Post Regeneratekeys
        call: dataplaneaccountclient-account.microsoftazureaccountsregenerateaccesskeys
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: dataplaneaccountclient-account-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure DataPlaneAccountClient — Account. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get
      description: Microsoft Azure Get
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dataplaneaccountclient-account.microsoftazureaccountsgetaccountproperties
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch
      description: Microsoft Azure Patch
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: dataplaneaccountclient-account.microsoftazureaccountsupdateaccountproperties
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-listkeys
      description: Microsoft Azure Post Listkeys
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dataplaneaccountclient-account.microsoftazureaccountsgetaccesskeys
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-regeneratekeys
      description: Microsoft Azure Post Regeneratekeys
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: dataplaneaccountclient-account.microsoftazureaccountsregenerateaccesskeys
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.