Cisco Voice Portal · Capability

Cisco Voice Portal VXML Services API — Grammar Management

Cisco Voice Portal VXML Services API — Grammar Management. 1 operations. Lead operation: Cisco Voice Portal List Grammar Files. Self-contained Naftiko capability covering one Cisco Voice Portal business surface.

Run with Naftiko Cisco Voice PortalGrammar Management

What You Can Do

GET
Listgrammarfiles — Cisco Voice Portal List Grammar Files
/v1/grammar

MCP Tools

cisco-voice-portal-list-grammar

Cisco Voice Portal List Grammar Files

read-only idempotent

Capability Spec

vxml-services-grammar-management.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cisco Voice Portal VXML Services API — Grammar Management
  description: 'Cisco Voice Portal VXML Services API — Grammar Management. 1 operations. Lead operation: Cisco Voice Portal
    List Grammar Files. Self-contained Naftiko capability covering one Cisco Voice Portal business surface.'
  tags:
  - Cisco Voice Portal
  - Grammar 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: vxml-services-grammar-management
    baseUri: https://{vxml-server}:7443/CVP/rest
    description: Cisco Voice Portal VXML Services API — Grammar Management business capability. Self-contained, no shared
      references.
    resources:
    - name: grammar
      path: /grammar
      operations:
      - name: listgrammarfiles
        method: GET
        description: Cisco Voice Portal List Grammar Files
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.CISCO_VOICE_PORTAL_USER}}'
      password: '{{env.CISCO_VOICE_PORTAL_PASS}}'
  exposes:
  - type: rest
    namespace: vxml-services-grammar-management-rest
    port: 8080
    description: REST adapter for Cisco Voice Portal VXML Services API — Grammar Management. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/grammar
      name: grammar
      description: REST surface for grammar.
      operations:
      - method: GET
        name: listgrammarfiles
        description: Cisco Voice Portal List Grammar Files
        call: vxml-services-grammar-management.listgrammarfiles
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: vxml-services-grammar-management-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cisco Voice Portal VXML Services API — Grammar Management. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: cisco-voice-portal-list-grammar
      description: Cisco Voice Portal List Grammar Files
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: vxml-services-grammar-management.listgrammarfiles
      outputParameters:
      - type: object
        mapping: $.