Microsoft Azure · Capability

Microsoft Azure DataShareManagementClient — Account

Microsoft Azure DataShareManagementClient — Account. 6 operations. Lead operation: Microsoft Azure List Accounts In A Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureAccount

What You Can Do

GET
Microsoftazureaccountslistbysubscription — Microsoft Azure List Accounts In A Subscription
/v1/subscriptions/{subscriptionid}/providers/microsoft-datashare/accounts
GET
Microsoftazureaccountslistbyresourcegroup — Microsoft Azure List Accounts In A Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts
GET
Microsoftazureaccountsget — Microsoft Azure Get An Account Under A Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}
PUT
Microsoftazureaccountscreate — Microsoft Azure Create An Account In The Given Resource Group
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}
DELETE
Microsoftazureaccountsdelete — Microsoft Azure Delete An Account
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}
PATCH
Microsoftazureaccountsupdate — Microsoft Azure Patch A Given Account
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}

MCP Tools

microsoft-azure-list-accounts-subscription

Microsoft Azure List Accounts In A Subscription

read-only idempotent
microsoft-azure-list-accounts-resource

Microsoft Azure List Accounts In A Resource Group

read-only idempotent
microsoft-azure-get-account-under

Microsoft Azure Get An Account Under A Resource Group

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

Microsoft Azure Create An Account In The Given Resource Group

idempotent
microsoft-azure-delete-account

Microsoft Azure Delete An Account

idempotent
microsoft-azure-patch-given-account

Microsoft Azure Patch A Given Account

idempotent

Capability Spec

datasharemanagementclient-account.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure DataShareManagementClient — Account
  description: 'Microsoft Azure DataShareManagementClient — Account. 6 operations. Lead operation: Microsoft Azure List Accounts
    In A 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: datasharemanagementclient-account
    baseUri: https://management.azure.com
    description: Microsoft Azure DataShareManagementClient — Account business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.DataShare-accounts
      path: /subscriptions/{subscriptionId}/providers/Microsoft.DataShare/accounts
      operations:
      - name: microsoftazureaccountslistbysubscription
        method: GET
        description: Microsoft Azure List Accounts In A Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $skipToken
          in: query
          type: string
          description: Continuation token
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts
      operations:
      - name: microsoftazureaccountslistbyresourcegroup
        method: GET
        description: Microsoft Azure List Accounts In A Resource Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $skipToken
          in: query
          type: string
          description: Continuation token
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}
      operations:
      - name: microsoftazureaccountsget
        method: GET
        description: Microsoft Azure Get An Account Under A Resource Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureaccountscreate
        method: PUT
        description: Microsoft Azure Create An Account In The Given Resource Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account
          in: body
          type: string
          description: The account payload.
          required: true
      - name: microsoftazureaccountsdelete
        method: DELETE
        description: Microsoft Azure Delete An Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureaccountsupdate
        method: PATCH
        description: Microsoft Azure Patch A Given Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountUpdateParameters
          in: body
          type: string
          description: The account update parameters.
          required: true
  exposes:
  - type: rest
    namespace: datasharemanagementclient-account-rest
    port: 8080
    description: REST adapter for Microsoft Azure DataShareManagementClient — Account. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-datashare/accounts
      name: subscriptions-subscriptionid-providers-microsoft-datashare-accounts
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.DataShare-accounts.
      operations:
      - method: GET
        name: microsoftazureaccountslistbysubscription
        description: Microsoft Azure List Accounts In A Subscription
        call: datasharemanagementclient-account.microsoftazureaccountslistbysubscription
        with:
          $skipToken: rest.$skipToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/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 List Accounts In A Resource Group
        call: datasharemanagementclient-account.microsoftazureaccountslistbyresourcegroup
        with:
          $skipToken: rest.$skipToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/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 Get An Account Under A Resource Group
        call: datasharemanagementclient-account.microsoftazureaccountsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureaccountscreate
        description: Microsoft Azure Create An Account In The Given Resource Group
        call: datasharemanagementclient-account.microsoftazureaccountscreate
        with:
          account: rest.account
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureaccountsdelete
        description: Microsoft Azure Delete An Account
        call: datasharemanagementclient-account.microsoftazureaccountsdelete
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureaccountsupdate
        description: Microsoft Azure Patch A Given Account
        call: datasharemanagementclient-account.microsoftazureaccountsupdate
        with:
          accountUpdateParameters: rest.accountUpdateParameters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: datasharemanagementclient-account-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure DataShareManagementClient — Account. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-accounts-subscription
      description: Microsoft Azure List Accounts In A Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datasharemanagementclient-account.microsoftazureaccountslistbysubscription
      with:
        $skipToken: tools.$skipToken
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-list-accounts-resource
      description: Microsoft Azure List Accounts In A Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datasharemanagementclient-account.microsoftazureaccountslistbyresourcegroup
      with:
        $skipToken: tools.$skipToken
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-account-under
      description: Microsoft Azure Get An Account Under A Resource Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datasharemanagementclient-account.microsoftazureaccountsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-account-given
      description: Microsoft Azure Create An Account In The Given Resource Group
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: datasharemanagementclient-account.microsoftazureaccountscreate
      with:
        account: tools.account
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-account
      description: Microsoft Azure Delete An Account
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: datasharemanagementclient-account.microsoftazureaccountsdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-given-account
      description: Microsoft Azure Patch A Given Account
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: datasharemanagementclient-account.microsoftazureaccountsupdate
      with:
        accountUpdateParameters: tools.accountUpdateParameters
      outputParameters:
      - type: object
        mapping: $.