Tool | What It Does | Example Use |
---|---|---|
Create Meeting | Create a new Google Meet session on your calendar | ”Create a Google Meet on 2025-05-20 at 10:30 AM PST called Acme Q2 Demo and return meeting_id, join_url, start_time” |
Add Attendees | Add one or more attendees to an existing meeting | ”Add john.doe@acme.com and jane.smith@acme.com to meeting 123abc and return updated_attendee_emails” |
Fetch Meetings By Date | List all meetings scheduled for a specific date | ”Fetch meetings for 2025-05-20 and return meeting_id, title, start_time” |
Get Meeting Details | Retrieve full details of a meeting by ID | ”Get meeting details for meeting 123abc and return title, start_time, attendee_emails, join_url” |
Update Meeting | Change time, title, or description of a meeting by ID | ”Move meeting 123abc to 2 PM PST and update the title to Acme Demo - Updated; return new_start_time, title” |
Delete Meeting | Remove a meeting from your calendar | ”Delete meeting 123abc and confirm deletion_status” |
Read Meeting Transcript | Retrieve the transcript text for a completed meeting using its conference record name | ”Read transcript for conference record projects/abc/records/xyz and return transcript_text” |
List Conference Records | List past conference records so you can locate their record names | ”List conference records from 2025-04-01 to 2025-04-30 and return record_name, meeting_title, end_time” |
Create Your GMeet MCP Node
Add Your Prompt
Test Your Node
Save and Reuse
Step 1: Create Meeting
Step 2: Add Attendees
Step 3: Share Link via a separate Slack node
Slack Message Sender
nodeStep 4: Log to Sheet
Google Sheet Writer
nodeEmpty Outputs
Incorrect Results
Errors
Iterate with Request Changes