Cisco Voice Portal · Capability

Cisco Voice Portal Administration API — Call Server Management

Cisco Voice Portal Administration API — Call Server Management. 3 operations. Lead operation: Cisco Voice Portal List All Call Servers. Self-contained Naftiko capability covering one Cisco Voice Portal business surface.

Run with Naftiko Cisco Voice PortalCall Server Management

What You Can Do

GET
Listcallservers — Cisco Voice Portal List All Call Servers
/v1/callserver
GET
Getcallserverconfig — Cisco Voice Portal Get Call Server Configuration
/v1/callserver/{serverid}/config
PUT
Updatecallserverconfig — Cisco Voice Portal Update Call Server Configuration
/v1/callserver/{serverid}/config

MCP Tools

cisco-voice-portal-list-all

Cisco Voice Portal List All Call Servers

read-only idempotent
cisco-voice-portal-get-call

Cisco Voice Portal Get Call Server Configuration

read-only idempotent
cisco-voice-portal-update-call

Cisco Voice Portal Update Call Server Configuration

idempotent

Capability Spec

administration-call-server-management.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cisco Voice Portal Administration API — Call Server Management
  description: 'Cisco Voice Portal Administration API — Call Server Management. 3 operations. Lead operation: Cisco Voice
    Portal List All Call Servers. Self-contained Naftiko capability covering one Cisco Voice Portal business surface.'
  tags:
  - Cisco Voice Portal
  - Call Server Management
  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: administration-call-server-management
    baseUri: https://{oamp-server}:9443/oamp/rest
    description: Cisco Voice Portal Administration API — Call Server Management business capability. Self-contained, no shared
      references.
    resources:
    - name: callserver
      path: /callserver
      operations:
      - name: listcallservers
        method: GET
        description: Cisco Voice Portal List All Call Servers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: callserver-serverId-config
      path: /callserver/{serverId}/config
      operations:
      - name: getcallserverconfig
        method: GET
        description: Cisco Voice Portal Get Call Server Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatecallserverconfig
        method: PUT
        description: Cisco Voice Portal Update Call Server Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: JSESSIONID
      value: '{{env.CISCO_VOICE_PORTAL_API_KEY}}'
      placement: cookie
  exposes:
  - type: rest
    namespace: administration-call-server-management-rest
    port: 8080
    description: REST adapter for Cisco Voice Portal Administration API — Call Server Management. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/callserver
      name: callserver
      description: REST surface for callserver.
      operations:
      - method: GET
        name: listcallservers
        description: Cisco Voice Portal List All Call Servers
        call: administration-call-server-management.listcallservers
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/callserver/{serverid}/config
      name: callserver-serverid-config
      description: REST surface for callserver-serverId-config.
      operations:
      - method: GET
        name: getcallserverconfig
        description: Cisco Voice Portal Get Call Server Configuration
        call: administration-call-server-management.getcallserverconfig
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatecallserverconfig
        description: Cisco Voice Portal Update Call Server Configuration
        call: administration-call-server-management.updatecallserverconfig
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: administration-call-server-management-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cisco Voice Portal Administration API — Call Server Management. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: cisco-voice-portal-list-all
      description: Cisco Voice Portal List All Call Servers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: administration-call-server-management.listcallservers
      outputParameters:
      - type: object
        mapping: $.
    - name: cisco-voice-portal-get-call
      description: Cisco Voice Portal Get Call Server Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: administration-call-server-management.getcallserverconfig
      outputParameters:
      - type: object
        mapping: $.
    - name: cisco-voice-portal-update-call
      description: Cisco Voice Portal Update Call Server Configuration
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: administration-call-server-management.updatecallserverconfig
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.