Microsoft Azure · Capability

Microsoft Azure Microsoft.VoiceServices.ACG.ProvisioningPlatform.API — Account

Microsoft Azure Microsoft.VoiceServices.ACG.ProvisioningPlatform.API — Account. 4 operations. Lead operation: Microsoft Azure Get Accounts. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureAccount

What You Can Do

GET
Microsoftazureaccountslist — Microsoft Azure Get Accounts
/v1/accounts
DELETE
Microsoftazureaccountdelete — Microsoft Azure Delete Accounts Accountname
/v1/accounts/{accountname}
GET
Microsoftazureaccountget — Microsoft Azure Get Accounts Accountname
/v1/accounts/{accountname}
PUT
Microsoftazureaccountcreateorreplace — Microsoft Azure Put Accounts Accountname
/v1/accounts/{accountname}

MCP Tools

microsoft-azure-get-accounts

Microsoft Azure Get Accounts

read-only idempotent
microsoft-azure-delete-accounts-accountname

Microsoft Azure Delete Accounts Accountname

idempotent
microsoft-azure-get-accounts-accountname

Microsoft Azure Get Accounts Accountname

read-only idempotent
microsoft-azure-put-accounts-accountname

Microsoft Azure Put Accounts Accountname

idempotent

Capability Spec

microsoftvoiceservicesacgprovisioningplatformapi-account.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.VoiceServices.ACG.ProvisioningPlatform.API — Account
  description: 'Microsoft Azure Microsoft.VoiceServices.ACG.ProvisioningPlatform.API — Account. 4 operations. Lead operation:
    Microsoft Azure Get Accounts. 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: microsoftvoiceservicesacgprovisioningplatformapi-account
    baseUri: ''
    description: Microsoft Azure Microsoft.VoiceServices.ACG.ProvisioningPlatform.API — Account business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts
      path: /accounts
      operations:
      - name: microsoftazureaccountslist
        method: GET
        description: Microsoft Azure Get Accounts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: maxpagesize
          in: query
          type: integer
          description: Maximum number of records to include in a single response. Defaults to 200, and must not exceed 500.
        - name: skip
          in: query
          type: integer
          description: An offset into the collection of the first record to be returned.
    - name: accounts-accountName
      path: /accounts/{accountName}
      operations:
      - name: microsoftazureaccountdelete
        method: DELETE
        description: Microsoft Azure Delete Accounts Accountname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountName
          in: path
          type: string
          description: Name of the account. Can only contain letters, numbers, underscores and dashes, and is case-sensitive.
            Can be up to 100 characters in length.
          required: true
      - name: microsoftazureaccountget
        method: GET
        description: Microsoft Azure Get Accounts Accountname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountName
          in: path
          type: string
          description: Name of the account. Can only contain letters, numbers, underscores and dashes. Can be up to 100 characters
            in length.
          required: true
        - name: status
          in: query
          type: boolean
          description: Additionally return the provisioning state of the backends configured for this account (e.g. DNS subdomain
            provisioning for Microsoft Teams Direct Routing).
      - name: microsoftazureaccountcreateorreplace
        method: PUT
        description: Microsoft Azure Put Accounts Accountname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountName
          in: path
          type: string
          description: Name of the account. Can only contain letters, numbers, underscores and dashes, and is case-sensitive.
            Can be up to 100 characters in length.
          required: true
        - name: If-Match
          in: header
          type: string
          description: Makes a request conditional on a matching etag.
        - name: If-None-Match
          in: header
          type: string
          description: Makes a request conditional on a non-matching etag.
        - name: body
          in: body
          type: string
          description: New details of the account to create or replace.
          required: true
  exposes:
  - type: rest
    namespace: microsoftvoiceservicesacgprovisioningplatformapi-account-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.VoiceServices.ACG.ProvisioningPlatform.API — Account. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts
      name: accounts
      description: REST surface for accounts.
      operations:
      - method: GET
        name: microsoftazureaccountslist
        description: Microsoft Azure Get Accounts
        call: microsoftvoiceservicesacgprovisioningplatformapi-account.microsoftazureaccountslist
        with:
          maxpagesize: rest.maxpagesize
          skip: rest.skip
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{accountname}
      name: accounts-accountname
      description: REST surface for accounts-accountName.
      operations:
      - method: DELETE
        name: microsoftazureaccountdelete
        description: Microsoft Azure Delete Accounts Accountname
        call: microsoftvoiceservicesacgprovisioningplatformapi-account.microsoftazureaccountdelete
        with:
          accountName: rest.accountName
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureaccountget
        description: Microsoft Azure Get Accounts Accountname
        call: microsoftvoiceservicesacgprovisioningplatformapi-account.microsoftazureaccountget
        with:
          accountName: rest.accountName
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureaccountcreateorreplace
        description: Microsoft Azure Put Accounts Accountname
        call: microsoftvoiceservicesacgprovisioningplatformapi-account.microsoftazureaccountcreateorreplace
        with:
          accountName: rest.accountName
          If-Match: rest.If-Match
          If-None-Match: rest.If-None-Match
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftvoiceservicesacgprovisioningplatformapi-account-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.VoiceServices.ACG.ProvisioningPlatform.API — Account. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-accounts
      description: Microsoft Azure Get Accounts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftvoiceservicesacgprovisioningplatformapi-account.microsoftazureaccountslist
      with:
        maxpagesize: tools.maxpagesize
        skip: tools.skip
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-accounts-accountname
      description: Microsoft Azure Delete Accounts Accountname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoftvoiceservicesacgprovisioningplatformapi-account.microsoftazureaccountdelete
      with:
        accountName: tools.accountName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-accounts-accountname
      description: Microsoft Azure Get Accounts Accountname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftvoiceservicesacgprovisioningplatformapi-account.microsoftazureaccountget
      with:
        accountName: tools.accountName
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-accounts-accountname
      description: Microsoft Azure Put Accounts Accountname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftvoiceservicesacgprovisioningplatformapi-account.microsoftazureaccountcreateorreplace
      with:
        accountName: tools.accountName
        If-Match: tools.If-Match
        If-None-Match: tools.If-None-Match
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.