Welcome to the Google Meet integration docs. Once you connect your Google account to Reasoning Stack, your AI agents and workflows can use the following tools to schedule, manage, and analyze Google Meet conferences programmatically.
Before accessing any Google Meet tools, connect your Google account via the App Connection page. Without this, tool calls will fail due to missing authorization.

Google Meet Tool Categories

Meeting Creation & Management

  • GOOGLEMEET_CREATE_MEET – Create a new Google Meet conference.
  • GOOGLEMEET_GET_MEET – Retrieve details of a specific Google Meet conference.
  • GOOGLEMEET_UPDATE_SPACE – Update the space (meeting room) for a Google Meet conference.

Conference Records & Recordings

  • GOOGLEMEET_GET_CONFERENCE_RECORD_FOR_MEET – Get the conference record for a specific Meet.
  • GOOGLEMEET_LIST_CONFERENCE_RECORDS – List all conference records for your account.
  • GOOGLEMEET_GET_RECORDINGS_BY_CONFERENCE_RECORD_ID – Get recordings associated with a conference record.
  • GOOGLEMEET_GET_TRANSCRIPTS_BY_CONFERENCE_RECORD_ID – Get transcripts associated with a conference record.

Participant Sessions

  • GOOGLEMEET_GET_PARTICIPANT_SESSION – Get details of a participant’s session in a Meet.
  • GOOGLEMEET_LIST_PARTICIPANT_SESSIONS – List all participant sessions for a conference.

Usage Notes

  • Handle Meet and conference record IDs carefully to avoid errors.
  • Use participant and recording tools to analyze meeting attendance and content.
  • Combine scheduling, management, and analytics tools for advanced meeting workflows.
Automate meeting scheduling, attendance tracking, and post-meeting analysis by combining multiple Google Meet tools in your workflows.