Zoom · Capability

Zoom Meeting API — Meeting Live Stream

Zoom Meeting API — Meeting Live Stream. 3 operations. Lead operation: Zoom Get a Meeting's Join Token for Live Streaming. Self-contained Naftiko capability covering one Zoom business surface.

Run with Naftiko ZoomMeeting Live Stream

What You Can Do

GET
Getmeetingjointokenforlivestreaming — Zoom Get a Meeting's Join Token for Live Streaming
/v1/meetings/{meetingid}/jointoken/live-streaming
PATCH
Updatemeetinglivestream — Zoom Update a Live Stream
/v1/meetings/{meetingid}/livestream
PATCH
Updatemeetinglivestreamstatus — Zoom Update Live Stream Status
/v1/meetings/{meetingid}/livestream/status

MCP Tools

zoom-get-meeting-s-join-token

Zoom Get a Meeting's Join Token for Live Streaming

read-only idempotent
zoom-update-live-stream

Zoom Update a Live Stream

idempotent
zoom-update-live-stream-status

Zoom Update Live Stream Status

idempotent

Capability Spec

meeting-meeting-live-stream.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Zoom Meeting API — Meeting Live Stream
  description: 'Zoom Meeting API — Meeting Live Stream. 3 operations. Lead operation: Zoom Get a Meeting''s Join Token for
    Live Streaming. Self-contained Naftiko capability covering one Zoom business surface.'
  tags:
  - Zoom
  - Meeting Live Stream
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ZOOM_API_KEY: ZOOM_API_KEY
capability:
  consumes:
  - type: http
    namespace: meeting-meeting-live-stream
    baseUri: https://api.zoom.us/v2
    description: Zoom Meeting API — Meeting Live Stream business capability. Self-contained, no shared references.
    resources:
    - name: meetings-meetingId-jointoken-live_streaming
      path: /meetings/{meetingId}/jointoken/live_streaming
      operations:
      - name: getmeetingjointokenforlivestreaming
        method: GET
        description: Zoom Get a Meeting's Join Token for Live Streaming
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: meetings-meetingId-livestream
      path: /meetings/{meetingId}/livestream
      operations:
      - name: updatemeetinglivestream
        method: PATCH
        description: Zoom Update a Live Stream
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: meetings-meetingId-livestream-status
      path: /meetings/{meetingId}/livestream/status
      operations:
      - name: updatemeetinglivestreamstatus
        method: PATCH
        description: Zoom Update Live Stream Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ZOOM_API_KEY}}'
  exposes:
  - type: rest
    namespace: meeting-meeting-live-stream-rest
    port: 8080
    description: REST adapter for Zoom Meeting API — Meeting Live Stream. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/meetings/{meetingid}/jointoken/live-streaming
      name: meetings-meetingid-jointoken-live-streaming
      description: REST surface for meetings-meetingId-jointoken-live_streaming.
      operations:
      - method: GET
        name: getmeetingjointokenforlivestreaming
        description: Zoom Get a Meeting's Join Token for Live Streaming
        call: meeting-meeting-live-stream.getmeetingjointokenforlivestreaming
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/meetings/{meetingid}/livestream
      name: meetings-meetingid-livestream
      description: REST surface for meetings-meetingId-livestream.
      operations:
      - method: PATCH
        name: updatemeetinglivestream
        description: Zoom Update a Live Stream
        call: meeting-meeting-live-stream.updatemeetinglivestream
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/meetings/{meetingid}/livestream/status
      name: meetings-meetingid-livestream-status
      description: REST surface for meetings-meetingId-livestream-status.
      operations:
      - method: PATCH
        name: updatemeetinglivestreamstatus
        description: Zoom Update Live Stream Status
        call: meeting-meeting-live-stream.updatemeetinglivestreamstatus
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: meeting-meeting-live-stream-mcp
    port: 9090
    transport: http
    description: MCP adapter for Zoom Meeting API — Meeting Live Stream. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: zoom-get-meeting-s-join-token
      description: Zoom Get a Meeting's Join Token for Live Streaming
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: meeting-meeting-live-stream.getmeetingjointokenforlivestreaming
      outputParameters:
      - type: object
        mapping: $.
    - name: zoom-update-live-stream
      description: Zoom Update a Live Stream
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: meeting-meeting-live-stream.updatemeetinglivestream
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: zoom-update-live-stream-status
      description: Zoom Update Live Stream Status
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: meeting-meeting-live-stream.updatemeetinglivestreamstatus
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.