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.
| Parameter | Type | Required | Description |
|---|---|---|---|
title | string | yes | |
description | string | ||
scheduled_start | string | ||
scheduled_end | string |
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.
| Parameter | Type | Required | Description |
|---|---|---|---|
transcript_id | string | ||
meeting_id | string | ||
call_room_id | string |
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.
| Parameter | Type | Required | Description |
|---|---|---|---|
limit | number | Max rows (default 25, cap 100). | |
offset | number |
list_meetings
Scope: meet:read
List video meetings in the space.