Webex · Capability

Webex Device — Beta Device Call Settings With Dynamic Device Settings

Webex Device — Beta Device Call Settings With Dynamic Device Settings. 1 operations. Lead operation: Get Validation Schema. Self-contained Naftiko capability covering one Webex business surface.

Run with Naftiko WebexBeta Device Call Settings With Dynamic Device Settings

What You Can Do

GET
Getvalidationschema — Get Validation Schema
/v1/telephony/config/devices/dynamicsettings/validationschema

MCP Tools

get-validation-schema

Get Validation Schema

read-only idempotent

Capability Spec

device-beta-device-call-settings-with-dynamic-device-settings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Webex Device — Beta Device Call Settings With Dynamic Device Settings
  description: 'Webex Device — Beta Device Call Settings With Dynamic Device Settings. 1 operations. Lead operation: Get Validation
    Schema. Self-contained Naftiko capability covering one Webex business surface.'
  tags:
  - Webex
  - Beta Device Call Settings With Dynamic Device Settings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WEBEX_API_KEY: WEBEX_API_KEY
capability:
  consumes:
  - type: http
    namespace: device-beta-device-call-settings-with-dynamic-device-settings
    baseUri: ''
    description: Webex Device — Beta Device Call Settings With Dynamic Device Settings business capability. Self-contained,
      no shared references.
    resources:
    - name: telephony-config-devices-dynamicSettings-validationSchema
      path: /telephony/config/devices/dynamicSettings/validationSchema
      operations:
      - name: getvalidationschema
        method: GET
        description: Get Validation Schema
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: orgId
          in: query
          type: string
          description: Validation schema for devices in this organization.
        - name: familyOrModelDisplayName
          in: query
          type: string
          description: Device family or model display name to filter the schema.
    authentication:
      type: bearer
      token: '{{env.WEBEX_API_KEY}}'
  exposes:
  - type: rest
    namespace: device-beta-device-call-settings-with-dynamic-device-settings-rest
    port: 8080
    description: REST adapter for Webex Device — Beta Device Call Settings With Dynamic Device Settings. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/telephony/config/devices/dynamicsettings/validationschema
      name: telephony-config-devices-dynamicsettings-validationschema
      description: REST surface for telephony-config-devices-dynamicSettings-validationSchema.
      operations:
      - method: GET
        name: getvalidationschema
        description: Get Validation Schema
        call: device-beta-device-call-settings-with-dynamic-device-settings.getvalidationschema
        with:
          orgId: rest.orgId
          familyOrModelDisplayName: rest.familyOrModelDisplayName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: device-beta-device-call-settings-with-dynamic-device-settings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Webex Device — Beta Device Call Settings With Dynamic Device Settings. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: get-validation-schema
      description: Get Validation Schema
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: device-beta-device-call-settings-with-dynamic-device-settings.getvalidationschema
      with:
        orgId: tools.orgId
        familyOrModelDisplayName: tools.familyOrModelDisplayName
      outputParameters:
      - type: object
        mapping: $.