Appearance
Google
Gmail, Google Calendar, and other Google services
Connect with: OAuth · Type: google · Tools: 15
| Tool | What it does | |
|---|---|---|
calendar_create_event | write | Create a new calendar event |
calendar_delete_event | write | Delete (cancel) a calendar event |
calendar_find_free_time | read | Find free/busy time slots for scheduling. |
calendar_get_event | read | Get full details of a specific calendar event |
calendar_list_calendars | read | List all calendars for the user |
calendar_list_events | read | List calendar events in a time range. |
calendar_update_event | write | Update an existing calendar event |
gmail_create_draft | write | Create a draft email for the user to review/edit/send manually in Gmail. |
gmail_forward | write | Forward an email to a new recipient, preserving the original content and attachments. |
gmail_get_attachment | read | Download an email attachment's content. |
gmail_list_labels | read | List the user's Gmail labels (for filtering and organizing) |
gmail_modify_labels | write | Modify labels on a message (archive, mark read/unread, star, etc). |
gmail_read_message | read | Read the full content of a specific email message |
gmail_search | read | Search emails by query using Gmail search syntax (e.g., 'from:boss@company.com', 'is:unread', 'after:2026/02/01 subject:invoice') |
gmail_send | write | Send an email or reply to an existing email thread. |
Tool names are suffixed with the connection they run against when you have more than one — calendar_create_event@production. With a single connection the bare name works.