Regal · Capability

Regal Management — Dispositions

List Regal AI call dispositions configured in the tenant.

Regal Management — Dispositions 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/dispositions.

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

Tagged areas include Regal and Dispositions.

Run with Naftiko RegalDispositions

What You Can Do

GET
Listdispositions
/v1/dispositions

MCP Tools

regal-list-dispositions

List Regal AI call dispositions in the tenant.

read-only idempotent

Capability Spec

management-dispositions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Regal Management — Dispositions
  description: List Regal AI call dispositions configured in the tenant.
  tags:
    - Regal
    - Dispositions
  created: '2026-05-24'
  modified: '2026-05-24'
binds:
  - namespace: env
    keys:
      REGAL_API_KEY: REGAL_API_KEY
capability:
  consumes:
    - type: http
      namespace: management-dispositions
      baseUri: https://api.regal.ai/v1
      resources:
        - name: dispositions
          path: /dispositions
          operations:
            - name: listdispositions
              method: GET
              description: List AI call dispositions 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-dispositions-rest
      port: 8080
      resources:
        - path: /v1/dispositions
          name: dispositions
          operations:
            - method: GET
              name: listdispositions
              call: management-dispositions.listdispositions
              outputParameters:
                - type: array
                  mapping: $.
    - type: mcp
      namespace: management-dispositions-mcp
      port: 9090
      transport: http
      tools:
        - name: regal-list-dispositions
          description: List Regal AI call dispositions in the tenant.
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: management-dispositions.listdispositions
          outputParameters:
            - type: array
              mapping: $.