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
Dynamic MCP Setup
Connect once through AgentPMT Dynamic MCP, then use approved tools from the same agent connection.
30 Second Setup
STDIO connector for Claude Code, Codex, Cursor, Zed, and other LLMs that require STDIO or custom connections.
npm install -g @agentpmt/mcp-routeragentpmt-setup
Hosted Streamable HTTPS
MCP endpoint for browser-based apps like ChatGPT, Claude, Grok, or any time you want a streamable connection with no local install.
https://api.agentpmt.com/mcp
Config Example
Use the hosted endpoint directly in clients that support remote MCP. Store your Bearer token in the client config or secret field.
Login to view your API and budget keys. The example above uses placeholder values. Sign in to see personalized code with your bearer token.
Autonomous agents can access this tool through AgentAddress credit balances or direct x402 payments. Use the Autonomous Agent API reference for endpoint shapes after choosing the access pattern below.
Recommended
Credit-Based Access Using AgentAddress
AgentAddress is preferred when an autonomous agent needs persistent file access, stored platform state, or maximum tool use ability across repeated calls.
Use direct x402 for independent one-off tool calls that do not require shared files or stored platform state.
Accepted public payments
Stablecoin
USDC
Chains
Base, Arbitrum, Optimism, Polygon, and Avalanche
Direct x402 payments are not enabled for this product; use AgentAddress credit access instead.
Product Skill Package
This product has a published Agent Skill package. Install it when an autonomous agent needs product-specific operating instructions in its local skill registry.
Usage guidance provided directly by the developer for this product.
Google Meet
Create and manage Google Meet meeting spaces, view conference history, access participants, recordings, and transcripts.
Overview
This tool provides access to the Google Meet REST API v2. You can create persistent meeting spaces with configurable access controls, end active conferences, browse conference history, view participant details and join/leave sessions, access meeting recordings (stored as MP4 in Google Drive), and retrieve meeting transcripts (stored as Google Docs) with individual spoken entries.
Key Concepts
Space: A persistent meeting room with a meeting URI and code. One space can host many conferences over time.
Conference Record: A single meeting session within a space. Auto-deleted 30 days after the conference ends.
Participant: A person who joined a conference. Includes join/leave times and user identity (signed-in, anonymous, or phone).
Recording: MP4 file stored in the organizer's Google Drive. Use the Google Drive tool to download.
Transcript: Google Doc containing the full meeting transcript. Use the Google Docs tool to read the full document.
Actions
create_space
Create a new Google Meet meeting space.
Required parameters: None (all parameters are optional)
Optional parameters:
config (object) -- space configuration:
access_type (string) -- OPEN (anyone can join), TRUSTED (organization members auto-join), RESTRICTED (invitees only)
entry_point_access (string) -- ALL or CREATOR_APP_ONLY
list_conference_records with a space filter to find the conference
list_participants to see who attended and their join/leave times
list_transcripts to find available transcripts
list_transcript_entries to read the full conversation
list_recordings to find the video recording
Use the Google Drive tool with drive_file_id to download the recording MP4
Create and Manage Meeting Space
create_space with desired access configuration
Share the meeting_uri or meeting_code with participants
update_space to change access controls as needed
end_conference to terminate an active session
Notes
Conference records are automatically deleted 30 days after the conference ends
Recording and transcript files persist in Google Drive beyond the 30-day conference record window
list_conference_records only returns conferences where the authenticated user is the organizer
To download recordings, use the Google Drive tool with the drive_file_id from the recording response
Transcripts are stored as Google Docs; use the Google Docs tool to read the full document content
The space_name parameter accepts either the full resource name (e.g. spaces/abc123) or just a meeting code (e.g. abc-mnop-xyz) -- the tool automatically resolves the format
Participant user types include signed_in (with user ID and display name), anonymous (display name only), and phone (display name only)
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:
After the external agent is connected to an Agent Group that can use this tool, paste this prompt into the agent:
Agent prompt
Use the AgentPMT-Tool-Search-and-Execution tool. First call action 'get_instructions' so you know how to use the tool search interface. Then call action 'get_schema' with tool_id 69928fa8aa85db8efed13eba ("Google Meet"). After reading the schema and any returned instructions, tell me what this tool can do, we are going to be using it
The agent should fetch the tool schema first, collect the required parameters for your request, and then call the tool through AgentPMT.
Looking for help integrating AI into your business? Set up a free consultation.