Microsoft Azure · Capability

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

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

Run with Naftiko Microsoft AzureNumber

What You Can Do

GET
Microsoftazureaccountlistnumbers — Microsoft Azure Get Account Accountname Numbers
/v1/account/{accountname}/numbers
DELETE
Microsoftazurenumberdelete — Microsoft Azure Delete Account Accountname Numbers Phonenumber
/v1/account/{accountname}/numbers/{phonenumber}
GET
Microsoftazurenumberget — Microsoft Azure Get Account Accountname Numbers Phonenumber
/v1/account/{accountname}/numbers/{phonenumber}
PUT
Microsoftazurenumbercreateorreplace — Microsoft Azure Put Account Accountname Numbers Phonenumber
/v1/account/{accountname}/numbers/{phonenumber}

MCP Tools

microsoft-azure-get-account-accountname

Microsoft Azure Get Account Accountname Numbers

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

Microsoft Azure Delete Account Accountname Numbers Phonenumber

idempotent
microsoft-azure-get-account-accountname-2

Microsoft Azure Get Account Accountname Numbers Phonenumber

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

Microsoft Azure Put Account Accountname Numbers Phonenumber

idempotent

Capability Spec

microsoftvoiceservicesacgprovisioningplatformapi-number.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.VoiceServices.ACG.ProvisioningPlatform.API — Number
  description: 'Microsoft Azure Microsoft.VoiceServices.ACG.ProvisioningPlatform.API — Number. 4 operations. Lead operation:
    Microsoft Azure Get Account Accountname Numbers. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - Number
  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-number
    baseUri: ''
    description: Microsoft Azure Microsoft.VoiceServices.ACG.ProvisioningPlatform.API — Number business capability. Self-contained,
      no shared references.
    resources:
    - name: account-accountName-numbers
      path: /account/{accountName}/numbers
      operations:
      - name: microsoftazureaccountlistnumbers
        method: GET
        description: Microsoft Azure Get Account Accountname Numbers
        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: 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: account-accountName-numbers-phoneNumber
      path: /account/{accountName}/numbers/{phoneNumber}
      operations:
      - name: microsoftazurenumberdelete
        method: DELETE
        description: Microsoft Azure Delete Account Accountname Numbers Phonenumber
        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: phoneNumber
          in: path
          type: string
          description: Phone number in E.164 format.
          required: true
      - name: microsoftazurenumberget
        method: GET
        description: Microsoft Azure Get Account Accountname Numbers Phonenumber
        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: phoneNumber
          in: path
          type: string
          description: Phone number in E.164 format.
          required: true
      - name: microsoftazurenumbercreateorreplace
        method: PUT
        description: Microsoft Azure Put Account Accountname Numbers Phonenumber
        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: phoneNumber
          in: path
          type: string
          description: Phone number in E.164 format.
          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 number to create or replace.
          required: true
  exposes:
  - type: rest
    namespace: microsoftvoiceservicesacgprovisioningplatformapi-number-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.VoiceServices.ACG.ProvisioningPlatform.API — Number. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/account/{accountname}/numbers
      name: account-accountname-numbers
      description: REST surface for account-accountName-numbers.
      operations:
      - method: GET
        name: microsoftazureaccountlistnumbers
        description: Microsoft Azure Get Account Accountname Numbers
        call: microsoftvoiceservicesacgprovisioningplatformapi-number.microsoftazureaccountlistnumbers
        with:
          accountName: rest.accountName
          maxpagesize: rest.maxpagesize
          skip: rest.skip
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/account/{accountname}/numbers/{phonenumber}
      name: account-accountname-numbers-phonenumber
      description: REST surface for account-accountName-numbers-phoneNumber.
      operations:
      - method: DELETE
        name: microsoftazurenumberdelete
        description: Microsoft Azure Delete Account Accountname Numbers Phonenumber
        call: microsoftvoiceservicesacgprovisioningplatformapi-number.microsoftazurenumberdelete
        with:
          accountName: rest.accountName
          phoneNumber: rest.phoneNumber
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazurenumberget
        description: Microsoft Azure Get Account Accountname Numbers Phonenumber
        call: microsoftvoiceservicesacgprovisioningplatformapi-number.microsoftazurenumberget
        with:
          accountName: rest.accountName
          phoneNumber: rest.phoneNumber
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurenumbercreateorreplace
        description: Microsoft Azure Put Account Accountname Numbers Phonenumber
        call: microsoftvoiceservicesacgprovisioningplatformapi-number.microsoftazurenumbercreateorreplace
        with:
          accountName: rest.accountName
          phoneNumber: rest.phoneNumber
          If-Match: rest.If-Match
          If-None-Match: rest.If-None-Match
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftvoiceservicesacgprovisioningplatformapi-number-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.VoiceServices.ACG.ProvisioningPlatform.API — Number. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-account-accountname
      description: Microsoft Azure Get Account Accountname Numbers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftvoiceservicesacgprovisioningplatformapi-number.microsoftazureaccountlistnumbers
      with:
        accountName: tools.accountName
        maxpagesize: tools.maxpagesize
        skip: tools.skip
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-account-accountname
      description: Microsoft Azure Delete Account Accountname Numbers Phonenumber
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoftvoiceservicesacgprovisioningplatformapi-number.microsoftazurenumberdelete
      with:
        accountName: tools.accountName
        phoneNumber: tools.phoneNumber
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-account-accountname-2
      description: Microsoft Azure Get Account Accountname Numbers Phonenumber
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftvoiceservicesacgprovisioningplatformapi-number.microsoftazurenumberget
      with:
        accountName: tools.accountName
        phoneNumber: tools.phoneNumber
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-account-accountname
      description: Microsoft Azure Put Account Accountname Numbers Phonenumber
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftvoiceservicesacgprovisioningplatformapi-number.microsoftazurenumbercreateorreplace
      with:
        accountName: tools.accountName
        phoneNumber: tools.phoneNumber
        If-Match: tools.If-Match
        If-None-Match: tools.If-None-Match
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.