WAKATODOCS

Meet

Space MCP tools in the Meet scope (meet). Reach these with a wks_live_ key over space-mcp or space-api.

Tools in the meet scope, callable over space-mcp (tools/call) or space-api (REST) with a wks_live_* key that grants meet.

create_meeting

Scope: meet:write

Create a Wakato Meet video meeting and get a shareable join link. Pass scheduled_start (ISO) for a scheduled meeting; omit for an instant one. Returns { meeting, join_url } — join_url (/m/...) works for anyone with the link, so you can share it or open it to confirm Meet works.

ParameterTypeRequiredDescription
titlestringyes
descriptionstring
scheduled_startstring
scheduled_endstring

get_meeting_transcript

Scope: meet:read

Read one Meet-transcriber transcript's segments (speaker + text + timestamp). Pass transcript_id, meeting_id, or call_room_id. For a cloud-agent call transcript use get_cloud_agent_conversation instead.

ParameterTypeRequiredDescription
transcript_idstring
meeting_idstring
call_room_idstring

list_meeting_transcripts

Scope: meet:read

List the space's Meet-transcriber transcripts (segment count, duration, status) — only meetings/calls where the transcriber ran. Cloud-agent call transcripts (test calls, inbound/outbound, campaigns) are NOT here — use list_cloud_agent_conversations for those.

ParameterTypeRequiredDescription
limitnumberMax rows (default 25, cap 100).
offsetnumber

list_meetings

Scope: meet:read

List video meetings in the space.

On this page