AgentPMT
Google Meet

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.
oauth token

Manage credentials in your dashboard.

Actions(14)

create_space5cr1 param

Create a new Google Meet meeting space.

Create a new Google Meet meeting space.

configobject

Space 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_ONLY
get_space5cr1 param(1 required)

Get details of an existing meeting space.

Get details of an existing meeting space.

space_namerequiredstring

Space 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 configuration of an existing meeting space.

space_namerequiredstring

Space resource name or meeting code

configobject

Updated space configuration

Properties:
access_type(string)- OPEN, TRUSTED, or RESTRICTED
entry_point_access(string)- ALL or CREATOR_APP_ONLY
end_conference5cr1 param(1 required)

End the currently active conference in a space.

End the currently active conference in a space.

space_namerequiredstring

Space resource name or meeting code

list_conference_records5cr3 params

List conference records. Only returns conferences where the authenticated user is the organizer.

List conference records. Only returns conferences where the authenticated user is the organizer.

filterstring

Filter expression (e.g. space.name="spaces/abc123")

page_sizeinteger

Max results per page (1-250, default 25)

Default: 25
Range: 1 - 250
page_tokenstring

Pagination token from previous response

get_conference_record5cr1 param(1 required)

Get details of a specific conference record.

Get details of a specific conference record.

conference_record_namerequiredstring

Conference record resource name (e.g. conferenceRecords/abc123)

list_participants5cr4 params(1 required)

List participants in a conference.

List participants in a conference.

conference_record_namerequiredstring

Conference record resource name

filterstring

Filter by earliest_start_time or latest_end_time

page_sizeinteger

Max results per page (1-250, default 25)

Default: 25
Range: 1 - 250
page_tokenstring

Pagination token

get_participant5cr1 param(1 required)

Get details of a specific participant.

Get details of a specific participant.

participant_namerequiredstring

Participant resource name (e.g. conferenceRecords/abc/participants/xyz)

list_participant_sessions5cr3 params(1 required)

List individual join/leave sessions for a participant.

List individual join/leave sessions for a participant.

participant_namerequiredstring

Participant resource name

page_sizeinteger

Max results per page (1-250, default 25)

Default: 25
Range: 1 - 250
page_tokenstring

Pagination token

list_recordings5cr3 params(1 required)

List recordings for a conference.

List recordings for a conference.

conference_record_namerequiredstring

Conference record resource name

page_sizeinteger

Max results per page (1-250, default 25)

Default: 25
Range: 1 - 250
page_tokenstring

Pagination token

get_recording5cr1 param(1 required)

Get details of a specific recording.

Get details of a specific recording.

recording_namerequiredstring

Recording resource name (e.g. conferenceRecords/abc/recordings/xyz)

list_transcripts5cr3 params(1 required)

List transcripts for a conference.

List transcripts for a conference.

conference_record_namerequiredstring

Conference record resource name

page_sizeinteger

Max results per page (1-250, default 25)

Default: 25
Range: 1 - 250
page_tokenstring

Pagination token

get_transcript5cr1 param(1 required)

Get details of a specific transcript.

Get details of a specific transcript.

transcript_namerequiredstring

Transcript 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 individual spoken entries within a transcript with speaker, text, language, and timestamps.

transcript_namerequiredstring

Transcript resource name

page_sizeinteger

Max results per page (1-250, default 25)

Default: 25
Range: 1 - 250
page_tokenstring

Pagination token

Frequently Asked Questions

How do I connect this tool to an external agent?

Install commands

npm install -g @agentpmt/mcp-router
agentpmt-setup

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\"}"
      }
    }
  }
}

How does an external agent use this tool?

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.

Looking for help integrating AI into your business? Set up a free consultation.