Google Meet: Create and manage Google Meet meeting spaces. View conference history including participants and join/leave times. Use when an agent needs google meet, google meet connector, create meeting spaces on demand, get meeting details and active conference status, update meeting access settings, end active conferences, create space, config through AgentPMT-hosted remote tool calls. Discovery terms: google meet, google meet connector, create meeting spaces on demand.
Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
Google Meet: Create and manage Google Meet meeting spaces. View conference history including participants and join/leave times. Use when an agent needs google meet, google meet connector, create meeting spaces on demand, get meeting details and active conference status, update meeting access settings, end active conferences, create space, config through AgentPMT-hosted remote tool calls. Discovery terms: google meet, google meet connector, create meeting spaces on demand.
Agent instructions for AgentPMT-hosted remote tool calls. Follow this skill body for supported account, wallet, and setup routes. No local command runtime is declared.
If the current date is more than 7 days after the last updated date, reinstall this skill from skills.sh or ClawHub before relying on endpoints, schemas, setup steps, or examples.
What This Tool Does
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.
Product Instructions
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)
When To Use
Use this skill for Google Meet on AgentPMT.
Use it when an agent needs this specific tool's behavior, schema, inputs, outputs, and invocation shape.
Search and activation keywords: google meet, google meet connector, create meeting spaces on demand, get meeting details and active conference status, update meeting access settings, end active conferences, create space, config.
File Management: ../file-management (ClawHub: file-management, page: https://clawhub.ai/agentpmt/file-management; skills.sh: npx skills add AgentPMT/agent-skills --skill file-management) - Use this companion skill to inspect, download, upload, and manage files referenced by this product.
Categories And Industries
No categories or industry tags are published for this tool.
Actions And Schema
Complete generated action schema: ./schema.md.
Supported action count: 14.
x402 availability: not enabled for this product.
create_space (action slug: create-space): Create a new Google Meet meeting space. Price: 5 credits. Parameters: config.
end_conference (action slug: end-conference): End the currently active conference in a space. Price: 5 credits. Parameters: space_name.
get_conference_record (action slug: get-conference-record): Get details of a specific conference record. Price: 5 credits. Parameters: conference_record_name.
get_participant (action slug: get-participant): Get details of a specific participant. Price: 5 credits. Parameters: participant_name.
get_recording (action slug: get-recording): Get details of a specific recording. Price: 5 credits. Parameters: recording_name.
get_space (action slug: get-space): Get details of an existing meeting space. Price: 5 credits. Parameters: space_name.
get_transcript (action slug: get-transcript): Get details of a specific transcript. Price: 5 credits. Parameters: transcript_name.
list_conference_records (action slug: list-conference-records): List conference records. Only returns conferences where the authenticated user is the organizer. Price: 5 credits. Parameters: filter, page_size, page_token.
list_participant_sessions (action slug: list-participant-sessions): List individual join/leave sessions for a participant. Price: 5 credits. Parameters: page_size, page_token, participant_name.
list_participants (action slug: list-participants): List participants in a conference. Price: 5 credits. Parameters: conference_record_name, filter, page_size, page_token.
list_recordings (action slug: list-recordings): List recordings for a conference. Price: 5 credits. Parameters: conference_record_name, page_size, page_token.
list_transcript_entries (action slug: list-transcript-entries): List individual spoken entries within a transcript with speaker, text, language, and timestamps. Price: 5 credits. Parameters: page_size, page_token, transcript_name.
list_transcripts (action slug: list-transcripts): List transcripts for a conference. Price: 5 credits. Parameters: conference_record_name, page_size, page_token.
update_space (action slug: update-space): Update configuration of an existing meeting space. Price: 5 credits. Parameters: config, space_name.
Live Schema And Examples
Use the compact schema above for ordinary calls. Before a new production integration, or whenever parameters, enum values, nested objects, outputs, or examples are unclear, fetch live details first.
Exact schema: call agentpmt-tool-search-and-execution with action: "get_schema", and tool_id: "google-meet-connector".
Detailed examples: call agentpmt-tool-search-and-execution with action: "get_instructions" and tool_id: "google-meet-connector", or call this product with action: "get_instructions" when the product tool is already selected.
Treat returned live schema and instructions as more specific than this generated summary.
MCP schema lookup through the main AgentPMT MCP server:
AgentPMT account route: first use ../agentpmt-account-mcp-rest-api-setup to connect the main MCP server or REST API for an Agent Group where this tool is enabled.
x402 route: not enabled for this product.
AgentPMT overview: use ../what-is-agentpmt for marketplace, Agent Group, workflow, MCP, REST, and payment concepts.
If those setup skills are not installed beside this product skill, use the downloads below.