ワンクリックで
gmail
// Read, search, send, and manage emails via Gmail API. Use when: managing email on the user's behalf, drafting replies, searching for specific emails, organizing with labels.
// Read, search, send, and manage emails via Gmail API. Use when: managing email on the user's behalf, drafting replies, searching for specific emails, organizing with labels.
Create and manage scheduled tasks with cron, interval, or one-time execution
Browse the web, take screenshots, interact with pages, fill forms. Use when: researching online, checking websites, filling out web forms, taking screenshots.
View, create, update, and delete Google Calendar events. Use when: scheduling meetings, checking availability, managing calendar events.
Search, read, upload, and share files in Google Drive
Read, write, and manage Google Sheets spreadsheets
Search, read, create, and manage Notion pages and databases
| name | Gmail |
| description | Read, search, send, and manage emails via Gmail API. Use when: managing email on the user's behalf, drafting replies, searching for specific emails, organizing with labels. |
| emoji | 📧 |
| runtime | gmail |
| auth | {"type":"oauth2","provider":"google","scopes":["https://www.googleapis.com/auth/gmail.modify"]} |
| tools | ["gmail:search","gmail:read","gmail:send","gmail:reply","gmail:list_labels"] |
| triggers | ["gmail:new_email"] |
You have access to the user's Gmail account. Use the gmail:* tools to manage email on their behalf.
from:boss@company.com is:unread). Params: query (string), maxResults (number, default 10).messageId (string).to (string), subject (string), body (string, plain text or HTML).threadId (string), body (string).