start_meeting_bot
Send a bot to join ONE Zoom, Google Meet, Teams or Webex call and record it, producing a speaker-attributed transcript after the call ends. This is the only tool here that creates new transcription work, so it takes a single meeting_url — never a list — and is rate limited to 5 bots per hour per account. It consumes the account's meeting minutes. The transcript is not available when this returns; track it with list_scheduled_meetings. Requires an OAuth 2.1 user access token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Title for the resulting transcript. Optional. | |
| language | No | ISO 639-1 language code for the meeting audio. Optional; auto-detected when omitted. | |
| meeting_url | Yes | The meeting link to join (Zoom, Google Meet, Teams or Webex). ONE url — this tool does not take a list. | |
| scheduled_time | No | ISO 8601 time for the bot to join. Omit to join immediately. Must be in the future. |