GOOGLEMEET_CREATE_MEET
Creates a new Google Meet space, optionally configuring its access type and entry point access controls.
GOOGLEMEET_GET_CONFERENCE_RECORD_FOR_MEET
Get conference record
GOOGLEMEET_GET_MEET
Retrieve details of a Google Meet space using its unique identifier.
GOOGLEMEET_GET_PARTICIPANT_SESSION
Tool to get a specific participant session from a conference record. Use when you need to retrieve details about a particular participant in a past meeting.
GOOGLEMEET_GET_RECORDINGS_BY_CONFERENCE_RECORD_ID
Retrieves recordings from Google Meet for a given conference record ID.
GOOGLEMEET_GET_TRANSCRIPTS_BY_CONFERENCE_RECORD_ID
Retrieves all transcripts for a specific Google Meet conference using its conferenceRecord_id.
GOOGLEMEET_LIST_CONFERENCE_RECORDS
Tool to list conference records. Use when you need to retrieve a list of past conferences, optionally filtering them by criteria like meeting code, space name, or time range.
GOOGLEMEET_LIST_PARTICIPANT_SESSIONS
Tool to list all participant sessions for a specific conference record in Google Meet. Use this when you need to retrieve a list of participants who joined a particular meeting.
GOOGLEMEET_UPDATE_SPACE
Updates a meeting space. Use this tool to modify the settings of an existing Google Meet space. Requires the Space resource in the request body and the space name in the path.