Google Meet

Connect your AI agents to Google Meet.

Available Tools

list_conference_records

List past Google Meet conferences with filtering and pagination. Returns meeting history including start/end times and associated spaces. Requires admin privileges.

get_conference_record

Get details of a specific Google Meet conference. Returns start/end times, expiration date, and associated space. Use to access participants, recordings, or transcripts.

list_participants

List participants in a Google Meet conference. Returns join/leave times and user identification. Supports filtering and pagination for attendance tracking.

get_participant

Get details of a specific participant. Returns join/leave times and identification (Google account, anonymous, or phone user).

list_participant_sessions

List all connection sessions for a participant. Returns start/end times for each join/leave. Useful for tracking reconnections and total participation time.

get_participant_session

Get details of a specific participant session. Returns exact connect/disconnect timestamps for precise attendance tracking.

list_recordings

List recordings for a Google Meet conference. Returns Google Drive URLs, timestamps, and status. Recordings are automatically saved to Drive.

get_recording

Get details of a specific recording. Returns Google Drive URLs for viewing and downloading, timestamps, and recording status.

create_space

Create a new Google Meet meeting space. Generates a unique meeting URI and code. Configure access: OPEN (public), TRUSTED (organization-only), or RESTRICTED (invite-only).

get_space

Get details of a Google Meet space. Returns meeting URI, code, access settings, and active conference status.

update_space

Update Google Meet space settings. Modify access type (OPEN, TRUSTED, RESTRICTED) or entry point access. Use update_mask to specify fields to update.

end_active_conference

End the active conference in a Google Meet space. Disconnects all participants and finalizes recordings/transcripts. The space remains available for future meetings.

list_transcripts

List transcripts for a Google Meet conference. Returns Google Docs URLs, timestamps, and status. Transcripts are automatically saved to Docs.

get_transcript

Get details of a specific transcript. Returns Google Docs URLs for viewing and downloading, timestamps, and transcription status.

list_transcript_entries

List transcript entries with speaker attribution and timestamps. Each entry contains text, speaker ID, language, and timing. Useful for searching meeting content.

get_transcript_entry

Get details of a specific transcript entry. Returns text, speaker, language, and exact timestamps. Useful for citations and speaker verification.