Cisco Voice Portal · Capability

Cisco Voice Portal Administration API — VXML Server Management

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

Run with Naftiko Cisco Voice PortalVXML Server Management

What You Can Do

GET
Listvxmlservers — Cisco Voice Portal List All Vxml Servers
/v1/vxmlserver
GET
Getvxmlserverconfig — Cisco Voice Portal Get Vxml Server Configuration
/v1/vxmlserver/{serverid}/config
PUT
Updatevxmlserverconfig — Cisco Voice Portal Update Vxml Server Configuration
/v1/vxmlserver/{serverid}/config

MCP Tools

cisco-voice-portal-list-all

Cisco Voice Portal List All Vxml Servers

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

Cisco Voice Portal Get Vxml Server Configuration

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

Cisco Voice Portal Update Vxml Server Configuration

idempotent

Capability Spec

administration-vxml-server-management.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cisco Voice Portal Administration API — VXML Server Management
  description: 'Cisco Voice Portal Administration API — VXML Server Management. 3 operations. Lead operation: Cisco Voice
    Portal List All Vxml Servers. Self-contained Naftiko capability covering one Cisco Voice Portal business surface.'
  tags:
  - Cisco Voice Portal
  - VXML 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-vxml-server-management
    baseUri: https://{oamp-server}:9443/oamp/rest
    description: Cisco Voice Portal Administration API — VXML Server Management business capability. Self-contained, no shared
      references.
    resources:
    - name: vxmlserver
      path: /vxmlserver
      operations:
      - name: listvxmlservers
        method: GET
        description: Cisco Voice Portal List All Vxml Servers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: vxmlserver-serverId-config
      path: /vxmlserver/{serverId}/config
      operations:
      - name: getvxmlserverconfig
        method: GET
        description: Cisco Voice Portal Get Vxml Server Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatevxmlserverconfig
        method: PUT
        description: Cisco Voice Portal Update Vxml 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-vxml-server-management-rest
    port: 8080
    description: REST adapter for Cisco Voice Portal Administration API — VXML Server Management. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/vxmlserver
      name: vxmlserver
      description: REST surface for vxmlserver.
      operations:
      - method: GET
        name: listvxmlservers
        description: Cisco Voice Portal List All Vxml Servers
        call: administration-vxml-server-management.listvxmlservers
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/vxmlserver/{serverid}/config
      name: vxmlserver-serverid-config
      description: REST surface for vxmlserver-serverId-config.
      operations:
      - method: GET
        name: getvxmlserverconfig
        description: Cisco Voice Portal Get Vxml Server Configuration
        call: administration-vxml-server-management.getvxmlserverconfig
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatevxmlserverconfig
        description: Cisco Voice Portal Update Vxml Server Configuration
        call: administration-vxml-server-management.updatevxmlserverconfig
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: administration-vxml-server-management-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cisco Voice Portal Administration API — VXML 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 Vxml Servers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: administration-vxml-server-management.listvxmlservers
      outputParameters:
      - type: object
        mapping: $.
    - name: cisco-voice-portal-get-vxml
      description: Cisco Voice Portal Get Vxml Server Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: administration-vxml-server-management.getvxmlserverconfig
      outputParameters:
      - type: object
        mapping: $.
    - name: cisco-voice-portal-update-vxml
      description: Cisco Voice Portal Update Vxml Server Configuration
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: administration-vxml-server-management.updatevxmlserverconfig
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.