

Google Meet
Connector
Available ActionsEach successful request consumes credits as outlined below.
create_space5crget_space5crupdate_space5crend_conference5crlist_conference_records5crget_conference_record5crlist_participants5crget_participant5crlist_participant_sessions5crlist_recordings5crget_recording5crlist_transcripts5crget_transcript5crlist_transcript_entries5cr
Details
Schedule and manage video meetings, review past conferences, and access meeting intelligence — all without leaving your workflow. Create meeting rooms on demand, view who attended and when, retrieve recordings and full transcripts with speaker-level detail. Perfect for automating meeting follow-ups, attendance tracking, and extracting insights from conversations.
Use Cases
Create meeting spaces on demand, Get meeting details and active conference status, Update meeting access settings, End active conferences, List past conference records, View participant attendance and join/leave times, Access meeting recordings, Retrieve meeting transcripts, Get speaker-attributed transcript entries, Automate meeting follow-up workflows
Credentials
Google OAuth *
Connect your Google account.
Manage credentials in your dashboard.
Actions(14)
create_space5cr1 paramCreate a new Google Meet meeting space.
create_space5cr1 paramCreate a new Google Meet meeting space.
configobjectSpace configuration
Properties:
access_type(string)- OPEN (anyone joins), TRUSTED (org auto-join), RESTRICTED (invitees only)entry_point_access(string)- Who can use entry points to join: ALL or CREATOR_APP_ONLYget_space5cr1 param(1 required)Get details of an existing meeting space.
get_space5cr1 param(1 required)Get details of an existing meeting space.
space_namerequiredstringSpace resource name (e.g. spaces/abc123) or meeting code (e.g. abc-mnop-xyz)
update_space5cr2 params(1 required)Update configuration of an existing meeting space.
update_space5cr2 params(1 required)Update configuration of an existing meeting space.
space_namerequiredstringSpace resource name or meeting code
configobjectUpdated space configuration
Properties:
access_type(string)- OPEN, TRUSTED, or RESTRICTEDentry_point_access(string)- ALL or CREATOR_APP_ONLYend_conference5cr1 param(1 required)End the currently active conference in a space.
end_conference5cr1 param(1 required)End the currently active conference in a space.
space_namerequiredstringSpace resource name or meeting code
list_conference_records5cr3 paramsList conference records. Only returns conferences where the authenticated user is the organizer.
list_conference_records5cr3 paramsList conference records. Only returns conferences where the authenticated user is the organizer.
filterstringFilter expression (e.g. space.name="spaces/abc123")
page_sizeintegerMax results per page (1-250, default 25)
Default:
25Range: 1 - 250
page_tokenstringPagination token from previous response
get_conference_record5cr1 param(1 required)Get details of a specific conference record.
get_conference_record5cr1 param(1 required)Get details of a specific conference record.
conference_record_namerequiredstringConference record resource name (e.g. conferenceRecords/abc123)
list_participants5cr4 params(1 required)List participants in a conference.
list_participants5cr4 params(1 required)List participants in a conference.
conference_record_namerequiredstringConference record resource name
filterstringFilter by earliest_start_time or latest_end_time
page_sizeintegerMax results per page (1-250, default 25)
Default:
25Range: 1 - 250
page_tokenstringPagination token
get_participant5cr1 param(1 required)Get details of a specific participant.
get_participant5cr1 param(1 required)Get details of a specific participant.
participant_namerequiredstringParticipant resource name (e.g. conferenceRecords/abc/participants/xyz)
list_participant_sessions5cr3 params(1 required)List individual join/leave sessions for a participant.
list_participant_sessions5cr3 params(1 required)List individual join/leave sessions for a participant.
participant_namerequiredstringParticipant resource name
page_sizeintegerMax results per page (1-250, default 25)
Default:
25Range: 1 - 250
page_tokenstringPagination token
list_recordings5cr3 params(1 required)List recordings for a conference.
list_recordings5cr3 params(1 required)List recordings for a conference.
conference_record_namerequiredstringConference record resource name
page_sizeintegerMax results per page (1-250, default 25)
Default:
25Range: 1 - 250
page_tokenstringPagination token
get_recording5cr1 param(1 required)Get details of a specific recording.
get_recording5cr1 param(1 required)Get details of a specific recording.
recording_namerequiredstringRecording resource name (e.g. conferenceRecords/abc/recordings/xyz)
list_transcripts5cr3 params(1 required)List transcripts for a conference.
list_transcripts5cr3 params(1 required)List transcripts for a conference.
conference_record_namerequiredstringConference record resource name
page_sizeintegerMax results per page (1-250, default 25)
Default:
25Range: 1 - 250
page_tokenstringPagination token
get_transcript5cr1 param(1 required)Get details of a specific transcript.
get_transcript5cr1 param(1 required)Get details of a specific transcript.
transcript_namerequiredstringTranscript resource name (e.g. conferenceRecords/abc/transcripts/xyz)
list_transcript_entries5cr3 params(1 required)List individual spoken entries within a transcript with speaker, text, language, and timestamps.
list_transcript_entries5cr3 params(1 required)List individual spoken entries within a transcript with speaker, text, language, and timestamps.
transcript_namerequiredstringTranscript resource name
page_sizeintegerMax results per page (1-250, default 25)
Default:
25Range: 1 - 250
page_tokenstringPagination token
Frequently Asked Questions
How do I connect this tool to an external agent?
You can install the local MCP server by opening a terminal and running:
Install commands
npm install -g @agentpmt/mcp-router
agentpmt-setupThis will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.
Alternatively you can connect to the hosted version with this config block, no installation required:
Hosted MCP config
{
"mcpServers": {
"agentpmt": {
"type": "streamable-http",
"url": "https://api.agentpmt.com/mcp",
"headers": {
"Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
"x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
}
}
}
}View MCP Connection Instructions for more details.
How does an external agent use this tool?
After the external agent is connected to an Agent Group that can use this tool, paste this prompt into the agent:
Agent prompt
Call the AgentPMT-Tool-Search-and-Execution tool with action 'get_schema' and tool_id 69928fa8aa85db8efed13eba ("Google Meet"). Then call the same tool with action 'call_tool', tool_id 69928fa8aa85db8efed13eba, and the parameters needed for my request.
The agent should fetch the tool schema first, collect the required parameters for your request, and then call the tool through AgentPMT.





