KosmoKrator

productivity

Google Meet MCP, CLI, and Lua Integration for AI Agents

Google Meet integration docs for AI agents: MCP gateway setup, Google Meet CLI commands, Lua API reference, credentials, and function schemas.

Google Meet for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
google-meet.google_meet_spaces_create Write write 0 Spaces Create (POST /v2/spaces).
google-meet.google_meet_spaces_get Read read 0 Spaces Get (GET /v2/{+name}).
google-meet.google_meet_spaces_end_active_conference Write write 0 Spaces End Active Conference (POST /v2/{+name}:endActiveConference).
google-meet.google_meet_spaces_patch Write write 0 Spaces Patch (PATCH /v2/{+name}).
google-meet.google_meet_conference_records_list Read read 0 Conference Records List (GET /v2/conferenceRecords).
google-meet.google_meet_conference_records_get Read read 0 Conference Records Get (GET /v2/{+name}).
google-meet.google_meet_conference_records_recordings_list Read read 0 Conference Records Recordings List (GET /v2/{+parent}/recordings).
google-meet.google_meet_conference_records_recordings_get Read read 0 Conference Records Recordings Get (GET /v2/{+name}).
google-meet.google_meet_conference_records_participants_get Read read 0 Conference Records Participants Get (GET /v2/{+name}).
google-meet.google_meet_conference_records_participants_list Read read 0 Conference Records Participants List (GET /v2/{+parent}/participants).
google-meet.google_meet_conference_records_participants_participant_sessions_list Read read 0 Conference Records Participants Participant Sessions List (GET /v2/{+parent}/participantSessions).
google-meet.google_meet_conference_records_participants_participant_sessions_get Read read 0 Conference Records Participants Participant Sessions Get (GET /v2/{+name}).
google-meet.google_meet_conference_records_transcripts_list Read read 0 Conference Records Transcripts List (GET /v2/{+parent}/transcripts).
google-meet.google_meet_conference_records_transcripts_get Read read 0 Conference Records Transcripts Get (GET /v2/{+name}).
google-meet.google_meet_conference_records_transcripts_entries_get Read read 0 Conference Records Transcripts Entries Get (GET /v2/{+name}).
google-meet.google_meet_conference_records_transcripts_entries_list Read read 0 Conference Records Transcripts Entries List (GET /v2/{+parent}/entries).
google-meet.google_meet_conference_records_smart_notes_get Read read 0 Conference Records Smart Notes Get (GET /v2/{+name}).
google-meet.google_meet_conference_records_smart_notes_list Read read 0 Conference Records Smart Notes List (GET /v2/{+parent}/smartNotes).