Microsoft Azure · Capability

Microsoft Azure Microsoft.VoiceServices.Provisioning — BatchNumbers

Microsoft Azure Microsoft.VoiceServices.Provisioning — BatchNumbers. 2 operations. Lead operation: Microsoft Azure Create Or Update Numbers. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureBatchNumbers

What You Can Do

POST
Microsoftazureaccountscreateorupdatenumbers — Microsoft Azure Create Or Update Numbers
/v1/accounts/accountname-createorupdatenumbers
POST
Microsoftazureaccountsdeletenumbers — Microsoft Azure Delete Numbers
/v1/accounts/accountname-deletenumbers

MCP Tools

microsoft-azure-create-update-numbers

Microsoft Azure Create Or Update Numbers

microsoft-azure-delete-numbers

Microsoft Azure Delete Numbers

Capability Spec

microsoftvoiceservicesprovisioning-batchnumbers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.VoiceServices.Provisioning — BatchNumbers
  description: 'Microsoft Azure Microsoft.VoiceServices.Provisioning — BatchNumbers. 2 operations. Lead operation: Microsoft
    Azure Create Or Update Numbers. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - BatchNumbers
  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-batchnumbers
    baseUri: ''
    description: Microsoft Azure Microsoft.VoiceServices.Provisioning — BatchNumbers business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-accountName}:createOrUpdateNumbers
      path: /accounts/{accountName}:createOrUpdateNumbers
      operations:
      - name: microsoftazureaccountscreateorupdatenumbers
        method: POST
        description: Microsoft Azure Create Or Update Numbers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountName
          in: path
          type: string
          description: Name of the account.
          required: true
        - name: body
          in: body
          type: string
          required: true
    - name: accounts-accountName}:deleteNumbers
      path: /accounts/{accountName}:deleteNumbers
      operations:
      - name: microsoftazureaccountsdeletenumbers
        method: POST
        description: Microsoft Azure Delete Numbers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountName
          in: path
          type: string
          description: Name of the account.
          required: true
        - name: body
          in: body
          type: string
          required: true
  exposes:
  - type: rest
    namespace: microsoftvoiceservicesprovisioning-batchnumbers-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.VoiceServices.Provisioning — BatchNumbers. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/accountname-createorupdatenumbers
      name: accounts-accountname-createorupdatenumbers
      description: REST surface for accounts-accountName}:createOrUpdateNumbers.
      operations:
      - method: POST
        name: microsoftazureaccountscreateorupdatenumbers
        description: Microsoft Azure Create Or Update Numbers
        call: microsoftvoiceservicesprovisioning-batchnumbers.microsoftazureaccountscreateorupdatenumbers
        with:
          accountName: rest.accountName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/accountname-deletenumbers
      name: accounts-accountname-deletenumbers
      description: REST surface for accounts-accountName}:deleteNumbers.
      operations:
      - method: POST
        name: microsoftazureaccountsdeletenumbers
        description: Microsoft Azure Delete Numbers
        call: microsoftvoiceservicesprovisioning-batchnumbers.microsoftazureaccountsdeletenumbers
        with:
          accountName: rest.accountName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftvoiceservicesprovisioning-batchnumbers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.VoiceServices.Provisioning — BatchNumbers. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-create-update-numbers
      description: Microsoft Azure Create Or Update Numbers
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoftvoiceservicesprovisioning-batchnumbers.microsoftazureaccountscreateorupdatenumbers
      with:
        accountName: tools.accountName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-numbers
      description: Microsoft Azure Delete Numbers
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoftvoiceservicesprovisioning-batchnumbers.microsoftazureaccountsdeletenumbers
      with:
        accountName: tools.accountName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.