Cisco Voice Portal · Capability

Cisco Voice Portal Call Control API — Call Routing

Cisco Voice Portal Call Control API — Call Routing. 1 operations. Lead operation: Cisco Voice Portal Perform a Routing Lookup. Self-contained Naftiko capability covering one Cisco Voice Portal business surface.

Run with Naftiko Cisco Voice PortalCall Routing

What You Can Do

POST
Routinglookup — Cisco Voice Portal Perform a Routing Lookup
/v1/routing/lookup

MCP Tools

cisco-voice-portal-perform-routing

Cisco Voice Portal Perform a Routing Lookup

read-only

Capability Spec

call-control-call-routing.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cisco Voice Portal Call Control API — Call Routing
  description: 'Cisco Voice Portal Call Control API — Call Routing. 1 operations. Lead operation: Cisco Voice Portal Perform
    a Routing Lookup. Self-contained Naftiko capability covering one Cisco Voice Portal business surface.'
  tags:
  - Cisco Voice Portal
  - Call Routing
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CISCO_VOICE_PORTAL_API_KEY: CISCO_VOICE_PORTAL_API_KEY
capability:
  consumes:
  - type: http
    namespace: call-control-call-routing
    baseUri: https://{call-server}:8000/cvp/rest
    description: Cisco Voice Portal Call Control API — Call Routing business capability. Self-contained, no shared references.
    resources:
    - name: routing-lookup
      path: /routing/lookup
      operations:
      - name: routinglookup
        method: POST
        description: Cisco Voice Portal Perform a Routing Lookup
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.CISCO_VOICE_PORTAL_USER}}'
      password: '{{env.CISCO_VOICE_PORTAL_PASS}}'
  exposes:
  - type: rest
    namespace: call-control-call-routing-rest
    port: 8080
    description: REST adapter for Cisco Voice Portal Call Control API — Call Routing. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/routing/lookup
      name: routing-lookup
      description: REST surface for routing-lookup.
      operations:
      - method: POST
        name: routinglookup
        description: Cisco Voice Portal Perform a Routing Lookup
        call: call-control-call-routing.routinglookup
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: call-control-call-routing-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cisco Voice Portal Call Control API — Call Routing. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: cisco-voice-portal-perform-routing
      description: Cisco Voice Portal Perform a Routing Lookup
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: call-control-call-routing.routinglookup
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.