manage_meet
Retrieve past Meet conferences, participants, transcripts, recordings, and AI notes; create meeting spaces and end active calls.
Instructions
Browse past Google Meet conferences, participants, transcripts, recordings, and AI-generated smart notes. Requires Workspace Business Standard+ for transcripts/recordings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Account email address | ||
| space | No | Meeting code (the abc-mnop-xyz part of a Meet link) or a full spaces/... resource name | |
| filter | No | EBNF filter. On `listConferences`, e.g. 'space.meeting_code = "abc-mnop-xyz"' or 'start_time>="2026-01-01T00:00:00Z"'. On `listParticipants`, e.g. 'latest_end_time IS NULL' for active participants. | |
| operation | Yes | listConferences: list recent meeting conferences (default: descending by start time) | getConference: get details of a specific conference | listParticipants: list who attended a conference | listTranscripts: list transcripts for a conference (requires Workspace Business Standard+) | getTranscript: get transcript metadata including Google Docs destination | listTranscriptEntries: get structured transcript text — who said what, with timestamps | listRecordings: list recordings for a conference (saved as MP4 in Drive) | getRecording: get recording metadata including Drive file ID and playback link | getFullTranscript: get the full who-said-what transcript for a conference (chains transcripts + entries + participant names automatically). Use pageToken to continue reading. | listSmartNotes: list Gemini-generated smart notes for a conference | getSmartNote: get smart note metadata including Google Docs destination | createSpace: create a standalone Google Meet link (not attached to a calendar event) | activeConferences: list conferences happening RIGHT NOW across your meetings | getSpace: look up a meeting space by its meeting code or resource name | updateSpace: change who can join a meeting space, or turn host controls on or off | endActiveConference: end the call happening in a space right now, disconnecting everyone in it | |
| pageToken | No | Page token from a previous getFullTranscript call to continue reading | |
| accessType | No | Who can join without knocking. OPEN: anyone with the link. TRUSTED (default): people in your organization, plus invited guests. RESTRICTED: invited guests only. | |
| maxResults | No | Max results per page, as default/ceiling. Differs by operation: `listConferences` 25/100, `listParticipants` 100/250, `listTranscriptEntries` 100/100. (Google's own default for transcript entries is 10; this tool raises it.) | |
| moderation | No | Turn on host controls — the host admits guests and manages who can present or chat. | |
| conferenceId | No | Conference record ID (from `listConferences`) | |
| recordingName | No | Recording resource name (from listRecordings) | |
| smartNoteName | No | Smart note resource name (from listSmartNotes) | |
| transcriptName | No | Transcript resource name (from `listTranscripts`, e.g. conferenceRecords/.../transcripts/...) |