Google Meet · Capability
Google Meet API
The Google Meet REST API enables creating and managing meeting spaces, retrieving conference records with participant and session details, and accessing meeting recordings and transcripts.
What You Can Do
POST
Createspace
— Google Meet Create meeting space
/v2/spaces
GET
Getspace
— Google Meet Get meeting space
/v2/{name}
PATCH
Updatespace
— Google Meet Update meeting space
/v2/{name}
POST
Endactiveconference
— Google Meet End active conference
/v2/{name}:endActiveConference
GET
Listconferencerecords
— Google Meet List conference records
/v2/conferenceRecords
GET
Getconferencerecord
— Google Meet Get conference record
/v2/conferenceRecords/{conferenceRecordId}
GET
Listparticipants
— Google Meet List participants
/v2/conferenceRecords/{conferenceRecordId}/participants
GET
Getparticipant
— Google Meet Get participant
/v2/conferenceRecords/{conferenceRecordId}/participants/{participantId}
GET
Listrecordings
— Google Meet List recordings
/v2/conferenceRecords/{conferenceRecordId}/recordings
GET
Listtranscripts
— Google Meet List transcripts
/v2/conferenceRecords/{conferenceRecordId}/transcripts
GET
Listtranscriptentries
— Google Meet List transcript entries
/v2/conferenceRecords/{conferenceRecordId}/transcripts/{transcriptId}/entries
MCP Tools
createspace
Google Meet Create meeting space
getspace
Google Meet Get meeting space
read-only
idempotent
updatespace
Google Meet Update meeting space
endactiveconference
Google Meet End active conference
listconferencerecords
Google Meet List conference records
read-only
idempotent
getconferencerecord
Google Meet Get conference record
read-only
idempotent
listparticipants
Google Meet List participants
read-only
idempotent
getparticipant
Google Meet Get participant
read-only
idempotent
listrecordings
Google Meet List recordings
read-only
idempotent
listtranscripts
Google Meet List transcripts
read-only
idempotent
listtranscriptentries
Google Meet List transcript entries
read-only
idempotent