Webex · Capability

Webex Meetings — slidoSecurePremium

Webex Meetings — slidoSecurePremium. 1 operations. Lead operation: List Compliance Events. Self-contained Naftiko capability covering one Webex business surface.

Run with Naftiko WebexslidoSecurePremium

What You Can Do

GET
Listcomplianceevents — List Compliance Events
/v1/slido/compliance/events

MCP Tools

list-compliance-events

List Compliance Events

read-only idempotent

Capability Spec

meeting-slidosecurepremium.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Webex Meetings — slidoSecurePremium
  description: 'Webex Meetings — slidoSecurePremium. 1 operations. Lead operation: List Compliance Events. Self-contained
    Naftiko capability covering one Webex business surface.'
  tags:
  - Webex
  - slidoSecurePremium
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WEBEX_API_KEY: WEBEX_API_KEY
capability:
  consumes:
  - type: http
    namespace: meeting-slidosecurepremium
    baseUri: ''
    description: Webex Meetings — slidoSecurePremium business capability. Self-contained, no shared references.
    resources:
    - name: slido-compliance-events
      path: /slido/compliance/events
      operations:
      - name: listcomplianceevents
        method: GET
        description: List Compliance Events
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionOrgId
          in: query
          type: string
          description: Webex organization UUID.
          required: true
        - name: sessionId
          in: query
          type: string
          description: Webex meeting instance ID (`{meetingSeriesId}_I_{conferenceId}`).
          required: true
        - name: start
          in: query
          type: string
          description: Pagination token. Returned in the response body as the `next` property.
    authentication:
      type: bearer
      token: '{{env.WEBEX_API_KEY}}'
  exposes:
  - type: rest
    namespace: meeting-slidosecurepremium-rest
    port: 8080
    description: REST adapter for Webex Meetings — slidoSecurePremium. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/slido/compliance/events
      name: slido-compliance-events
      description: REST surface for slido-compliance-events.
      operations:
      - method: GET
        name: listcomplianceevents
        description: List Compliance Events
        call: meeting-slidosecurepremium.listcomplianceevents
        with:
          sessionOrgId: rest.sessionOrgId
          sessionId: rest.sessionId
          start: rest.start
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: meeting-slidosecurepremium-mcp
    port: 9090
    transport: http
    description: MCP adapter for Webex Meetings — slidoSecurePremium. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-compliance-events
      description: List Compliance Events
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: meeting-slidosecurepremium.listcomplianceevents
      with:
        sessionOrgId: tools.sessionOrgId
        sessionId: tools.sessionId
        start: tools.start
      outputParameters:
      - type: object
        mapping: $.