Regal · Capability

Regal Management — Active Phone Numbers

List the phone numbers currently active in the Regal tenant.

Regal Management — Active Phone Numbers is a Naftiko capability published by Regal, one of 8 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/activePhoneNumbers.

The capability includes 1 read-only operation. Lead operation: List active Regal phone numbers in the tenant. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Regal and Phone Numbers.

Run with Naftiko RegalPhone Numbers

What You Can Do

GET
Listactivephonenumbers
/v1/activePhoneNumbers

MCP Tools

regal-list-active-phone-numbers

List active Regal phone numbers in the tenant.

read-only idempotent

Capability Spec

management-active-phone-numbers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Regal Management — Active Phone Numbers
  description: List the phone numbers currently active in the Regal tenant.
  tags:
    - Regal
    - Phone Numbers
  created: '2026-05-24'
  modified: '2026-05-24'
binds:
  - namespace: env
    keys:
      REGAL_API_KEY: REGAL_API_KEY
capability:
  consumes:
    - type: http
      namespace: management-active-phone-numbers
      baseUri: https://api.regal.ai/v1
      resources:
        - name: activePhoneNumbers
          path: /activePhoneNumbers
          operations:
            - name: listactivephonenumbers
              method: GET
              description: List active phone numbers in the tenant.
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: array
                  value: $.
      authentication:
        type: apikey
        key: Authorization
        value: '{{env.REGAL_API_KEY}}'
        placement: header
  exposes:
    - type: rest
      namespace: management-active-phone-numbers-rest
      port: 8080
      resources:
        - path: /v1/activePhoneNumbers
          name: activePhoneNumbers
          operations:
            - method: GET
              name: listactivephonenumbers
              call: management-active-phone-numbers.listactivephonenumbers
              outputParameters:
                - type: array
                  mapping: $.
    - type: mcp
      namespace: management-active-phone-numbers-mcp
      port: 9090
      transport: http
      tools:
        - name: regal-list-active-phone-numbers
          description: List active Regal phone numbers in the tenant.
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: management-active-phone-numbers.listactivephonenumbers
          outputParameters:
            - type: array
              mapping: $.