naftiko: 1.0.0-alpha2 info: label: RingCentral API — Invitees description: 'RingCentral API — Invitees. 5 operations. Lead operation: Bulk Add/Delete Session Invitees. Self-contained Naftiko capability covering one Ringcentral business surface.' tags: - Ringcentral - Invitees created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: RINGCENTRAL_API_KEY: RINGCENTRAL_API_KEY capability: consumes: - type: http namespace: platform-invitees baseUri: https://platform.ringcentral.com description: RingCentral API — Invitees business capability. Self-contained, no shared references. resources: - name: webinar-configuration-v1-webinars-webinarId-sessions-sessionId-invitees path: /webinar/configuration/v1/webinars/{webinarId}/sessions/{sessionId}/invitees operations: - name: rcwconfigupdateinvitees method: PATCH description: Bulk Add/Delete Session Invitees outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: rcwconfiglistinvitees method: GET description: List Session Invitees outputRawFormat: json outputParameters: - name: result type: object value: $. - name: webinar-configuration-v1-webinars-webinarId-sessions-sessionId-invitees-inviteeI path: /webinar/configuration/v1/webinars/{webinarId}/sessions/{sessionId}/invitees/{inviteeId} operations: - name: rcwconfiggetinvitee method: GET description: Get Session Invitee outputRawFormat: json outputParameters: - name: result type: object value: $. - name: rcwconfigupdateinvitee method: PUT description: Update Session Invitee outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: rcwconfigdeleteinvitee method: DELETE description: Delete Session Invitee outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.RINGCENTRAL_API_KEY}}' exposes: - type: rest namespace: platform-invitees-rest port: 8080 description: REST adapter for RingCentral API — Invitees. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/webinar/configuration/v1/webinars/{webinarid}/sessions/{sessionid}/invitees name: webinar-configuration-v1-webinars-webinarid-sessions-sessionid-invitees description: REST surface for webinar-configuration-v1-webinars-webinarId-sessions-sessionId-invitees. operations: - method: PATCH name: rcwconfigupdateinvitees description: Bulk Add/Delete Session Invitees call: platform-invitees.rcwconfigupdateinvitees with: body: rest.body outputParameters: - type: object mapping: $. - method: GET name: rcwconfiglistinvitees description: List Session Invitees call: platform-invitees.rcwconfiglistinvitees outputParameters: - type: object mapping: $. - path: /v1/webinar/configuration/v1/webinars/{webinarid}/sessions/{sessionid}/invitees/{inviteeid} name: webinar-configuration-v1-webinars-webinarid-sessions-sessionid-invitees-inviteei description: REST surface for webinar-configuration-v1-webinars-webinarId-sessions-sessionId-invitees-inviteeI. operations: - method: GET name: rcwconfiggetinvitee description: Get Session Invitee call: platform-invitees.rcwconfiggetinvitee outputParameters: - type: object mapping: $. - method: PUT name: rcwconfigupdateinvitee description: Update Session Invitee call: platform-invitees.rcwconfigupdateinvitee with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: rcwconfigdeleteinvitee description: Delete Session Invitee call: platform-invitees.rcwconfigdeleteinvitee outputParameters: - type: object mapping: $. - type: mcp namespace: platform-invitees-mcp port: 9090 transport: http description: MCP adapter for RingCentral API — Invitees. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: bulk-add-delete-session-invitees description: Bulk Add/Delete Session Invitees hints: readOnly: false destructive: false idempotent: true call: platform-invitees.rcwconfigupdateinvitees with: body: tools.body outputParameters: - type: object mapping: $. - name: list-session-invitees description: List Session Invitees hints: readOnly: true destructive: false idempotent: true call: platform-invitees.rcwconfiglistinvitees outputParameters: - type: object mapping: $. - name: get-session-invitee description: Get Session Invitee hints: readOnly: true destructive: false idempotent: true call: platform-invitees.rcwconfiggetinvitee outputParameters: - type: object mapping: $. - name: update-session-invitee description: Update Session Invitee hints: readOnly: false destructive: false idempotent: true call: platform-invitees.rcwconfigupdateinvitee with: body: tools.body outputParameters: - type: object mapping: $. - name: delete-session-invitee description: Delete Session Invitee hints: readOnly: false destructive: true idempotent: true call: platform-invitees.rcwconfigdeleteinvitee outputParameters: - type: object mapping: $.