GSuite
JSON →Interact with Google products, including Gmail and Calendar.
Install
npx -y @smithery/cli Tools · 11
- get_gmail_user_info Get your Gmail user information
- query_emails Query emails with flexible search (e.g., unread, from specific senders, date ranges, with attachments)
- get_email_by_id Retrieve complete email content by ID
- create_draft_email Create new draft emails with recipients, subject, body and CC options
- delete_draft_email Delete draft emails
- reply_to_email Reply to existing emails (can either send immediately or save as draft)
- get_multiple_emails_by_ids Retrieve multiple emails at once by their IDs
- save_attachments Save multiple attachments from emails to your local system
- get_calendar_events Get calendar events within specified time ranges
- create_calendar_event Create calendar events with title, start/end times, optional location, description, attendees, timezone, and notification preferences
- delete_calendar_event Delete calendar events
Environment variables
UV_PUBLISH_TOKEN
Links
★ 486 GitHub stars