Microsoft Azure · Capability

Microsoft Azure Microsoft.VoiceServices.Provisioning — Account

Microsoft Azure Microsoft.VoiceServices.Provisioning — Account. 4 operations. Lead operation: Microsoft Azure Get List Of 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 List Of Accounts
/v1/accounts
GET
Microsoftazureaccountsget — Microsoft Azure Get Account
/v1/accounts/{accountname}
PUT
Microsoftazureaccountscreateorreplace — Microsoft Azure Create Or Replace Account
/v1/accounts/{accountname}
DELETE
Microsoftazureaccountsdelete — Microsoft Azure Delete Account
/v1/accounts/{accountname}

MCP Tools

microsoft-azure-get-list-accounts

Microsoft Azure Get List Of Accounts

read-only idempotent
microsoft-azure-get-account

Microsoft Azure Get Account

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

Microsoft Azure Create Or Replace Account

idempotent
microsoft-azure-delete-account

Microsoft Azure Delete Account

idempotent

Capability Spec

microsoftvoiceservicesprovisioning-account.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.VoiceServices.Provisioning — Account
  description: 'Microsoft Azure Microsoft.VoiceServices.Provisioning — Account. 4 operations. Lead operation: Microsoft Azure
    Get List Of 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: microsoftvoiceservicesprovisioning-account
    baseUri: ''
    description: Microsoft Azure Microsoft.VoiceServices.Provisioning — Account business capability. Self-contained, no shared
      references.
    resources:
    - name: accounts
      path: /accounts
      operations:
      - name: microsoftazureaccountslist
        method: GET
        description: Microsoft Azure Get List Of Accounts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: accounts-accountName
      path: /accounts/{accountName}
      operations:
      - name: microsoftazureaccountsget
        method: GET
        description: Microsoft Azure Get Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountName
          in: path
          type: string
          description: Name of the account.
          required: true
      - name: microsoftazureaccountscreateorreplace
        method: PUT
        description: Microsoft Azure Create Or Replace Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountName
          in: path
          type: string
          description: Name of the account.
          required: true
        - name: resource
          in: body
          type: string
          description: The resource instance.
          required: true
      - name: microsoftazureaccountsdelete
        method: DELETE
        description: Microsoft Azure Delete Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountName
          in: path
          type: string
          description: Name of the account.
          required: true
  exposes:
  - type: rest
    namespace: microsoftvoiceservicesprovisioning-account-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.VoiceServices.Provisioning — 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 List Of Accounts
        call: microsoftvoiceservicesprovisioning-account.microsoftazureaccountslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{accountname}
      name: accounts-accountname
      description: REST surface for accounts-accountName.
      operations:
      - method: GET
        name: microsoftazureaccountsget
        description: Microsoft Azure Get Account
        call: microsoftvoiceservicesprovisioning-account.microsoftazureaccountsget
        with:
          accountName: rest.accountName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureaccountscreateorreplace
        description: Microsoft Azure Create Or Replace Account
        call: microsoftvoiceservicesprovisioning-account.microsoftazureaccountscreateorreplace
        with:
          accountName: rest.accountName
          resource: rest.resource
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureaccountsdelete
        description: Microsoft Azure Delete Account
        call: microsoftvoiceservicesprovisioning-account.microsoftazureaccountsdelete
        with:
          accountName: rest.accountName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftvoiceservicesprovisioning-account-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.VoiceServices.Provisioning — Account. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-list-accounts
      description: Microsoft Azure Get List Of Accounts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftvoiceservicesprovisioning-account.microsoftazureaccountslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-account
      description: Microsoft Azure Get Account
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftvoiceservicesprovisioning-account.microsoftazureaccountsget
      with:
        accountName: tools.accountName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-replace-account
      description: Microsoft Azure Create Or Replace Account
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftvoiceservicesprovisioning-account.microsoftazureaccountscreateorreplace
      with:
        accountName: tools.accountName
        resource: tools.resource
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-account
      description: Microsoft Azure Delete Account
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoftvoiceservicesprovisioning-account.microsoftazureaccountsdelete
      with:
        accountName: tools.accountName
      outputParameters:
      - type: object
        mapping: $.