Microsoft Azure · Capability

Microsoft Azure PurviewManagementClient — Account

Microsoft Azure PurviewManagementClient — Account. 7 operations. Lead operation: Microsoft Azure Gets The Accounts Resources By Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureAccount

What You Can Do

GET
Microsoftazureaccountslistbysubscription — Microsoft Azure Gets The Accounts Resources By Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-purview/accounts
GET
Microsoftazureaccountslistbyresourcegroup — Microsoft Azure Gets The Accounts Resources By Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts
GET
Microsoftazureaccountsget — Microsoft Azure Gets The Account Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts/{accountname}
PUT
Microsoftazureaccountscreateorupdate — Microsoft Azure Create Or Update An Account Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts/{accountname}
DELETE
Microsoftazureaccountsdelete — Microsoft Azure Deletes The Account Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts/{accountname}
PATCH
Microsoftazureaccountsupdate — Microsoft Azure Patches The Account Resource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts/{accountname}
POST
Microsoftazureaccountslistkeys — Microsoft Azure Lists The Keys Asynchronous
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts/{accountname}/listkeys

MCP Tools

microsoft-azure-gets-accounts-resources

Microsoft Azure Gets The Accounts Resources By Subscription

read-only idempotent
microsoft-azure-gets-accounts-resources-2

Microsoft Azure Gets The Accounts Resources By Resource Group

read-only idempotent
microsoft-azure-gets-account-resource

Microsoft Azure Gets The Account Resource

read-only idempotent
microsoft-azure-create-update-account

Microsoft Azure Create Or Update An Account Resource

idempotent
microsoft-azure-deletes-account-resource

Microsoft Azure Deletes The Account Resource

idempotent
microsoft-azure-patches-account-resource

Microsoft Azure Patches The Account Resource

idempotent
microsoft-azure-lists-keys-asynchronous

Microsoft Azure Lists The Keys Asynchronous

Capability Spec

purviewmanagementclient-account.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure PurviewManagementClient — Account
  description: 'Microsoft Azure PurviewManagementClient — Account. 7 operations. Lead operation: Microsoft Azure Gets The
    Accounts Resources By Subscription. 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: purviewmanagementclient-account
    baseUri: https://management.azure.com
    description: Microsoft Azure PurviewManagementClient — Account business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.Purview-accounts
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Purview/accounts
      operations:
      - name: microsoftazureaccountslistbysubscription
        method: GET
        description: Microsoft Azure Gets The Accounts Resources By Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $skipToken
          in: query
          type: string
          description: The skip token.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts
      operations:
      - name: microsoftazureaccountslistbyresourcegroup
        method: GET
        description: Microsoft Azure Gets The Accounts Resources By Resource Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $skipToken
          in: query
          type: string
          description: The skip token.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}
      operations:
      - name: microsoftazureaccountsget
        method: GET
        description: Microsoft Azure Gets The Account Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureaccountscreateorupdate
        method: PUT
        description: Microsoft Azure Create Or Update An Account Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account
          in: body
          type: string
          description: The account.
          required: true
      - name: microsoftazureaccountsdelete
        method: DELETE
        description: Microsoft Azure Deletes The Account Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureaccountsupdate
        method: PATCH
        description: Microsoft Azure Patches The Account Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountUpdateParameters
          in: body
          type: string
          description: The account update parameters.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/listkeys
      operations:
      - name: microsoftazureaccountslistkeys
        method: POST
        description: Microsoft Azure Lists The Keys Asynchronous
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: purviewmanagementclient-account-rest
    port: 8080
    description: REST adapter for Microsoft Azure PurviewManagementClient — Account. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-purview/accounts
      name: subscriptions-subscriptionid-providers-microsoft-purview-accounts
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Purview-accounts.
      operations:
      - method: GET
        name: microsoftazureaccountslistbysubscription
        description: Microsoft Azure Gets The Accounts Resources By Subscription
        call: purviewmanagementclient-account.microsoftazureaccountslistbysubscription
        with:
          $skipToken: rest.$skipToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureaccountslistbyresourcegroup
        description: Microsoft Azure Gets The Accounts Resources By Resource Group
        call: purviewmanagementclient-account.microsoftazureaccountslistbyresourcegroup
        with:
          $skipToken: rest.$skipToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts/{accountname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureaccountsget
        description: Microsoft Azure Gets The Account Resource
        call: purviewmanagementclient-account.microsoftazureaccountsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureaccountscreateorupdate
        description: Microsoft Azure Create Or Update An Account Resource
        call: purviewmanagementclient-account.microsoftazureaccountscreateorupdate
        with:
          account: rest.account
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureaccountsdelete
        description: Microsoft Azure Deletes The Account Resource
        call: purviewmanagementclient-account.microsoftazureaccountsdelete
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureaccountsupdate
        description: Microsoft Azure Patches The Account Resource
        call: purviewmanagementclient-account.microsoftazureaccountsupdate
        with:
          accountUpdateParameters: rest.accountUpdateParameters
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-purview/accounts/{accountname}/listkeys
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: POST
        name: microsoftazureaccountslistkeys
        description: Microsoft Azure Lists The Keys Asynchronous
        call: purviewmanagementclient-account.microsoftazureaccountslistkeys
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: purviewmanagementclient-account-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure PurviewManagementClient — Account. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-accounts-resources
      description: Microsoft Azure Gets The Accounts Resources By Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purviewmanagementclient-account.microsoftazureaccountslistbysubscription
      with:
        $skipToken: tools.$skipToken
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-accounts-resources-2
      description: Microsoft Azure Gets The Accounts Resources By Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purviewmanagementclient-account.microsoftazureaccountslistbyresourcegroup
      with:
        $skipToken: tools.$skipToken
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-account-resource
      description: Microsoft Azure Gets The Account Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purviewmanagementclient-account.microsoftazureaccountsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-update-account
      description: Microsoft Azure Create Or Update An Account Resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: purviewmanagementclient-account.microsoftazureaccountscreateorupdate
      with:
        account: tools.account
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-account-resource
      description: Microsoft Azure Deletes The Account Resource
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: purviewmanagementclient-account.microsoftazureaccountsdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patches-account-resource
      description: Microsoft Azure Patches The Account Resource
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: purviewmanagementclient-account.microsoftazureaccountsupdate
      with:
        accountUpdateParameters: tools.accountUpdateParameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-lists-keys-asynchronous
      description: Microsoft Azure Lists The Keys Asynchronous
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: purviewmanagementclient-account.microsoftazureaccountslistkeys
      outputParameters:
      - type: object
        mapping: $.