You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Lists draft emails in the user's draft mailbox using the Gmail API.",
309
309
"parameters": [
310
310
{
@@ -364,7 +364,7 @@
364
364
{
365
365
"name": "ListEmails",
366
366
"qualifiedName": "Gmail.ListEmails",
367
-
"fullyQualifiedName": "Gmail.ListEmails@7.5.0",
367
+
"fullyQualifiedName": "Gmail.ListEmails@7.5.1",
368
368
"description": "Read emails from a Gmail account and extract plain text content.\n\nBy default, obvious automated emails are excluded from results using\nno-reply sender patterns and Gmail's non-primary category filters\n(promotions, social, updates, forums). Set exclude_automated=False to\ninclude all emails regardless of source.",
"description": "Search for emails by header using the Gmail API.\n\nBy default, obvious automated emails are excluded from results using\nno-reply sender patterns and Gmail's non-primary category filters\n(promotions, social, updates, forums). Set exclude_automated=False to\ninclude all emails regardless of source.",
442
442
"parameters": [
443
443
{
@@ -596,7 +596,7 @@
596
596
{
597
597
"name": "ListLabels",
598
598
"qualifiedName": "Gmail.ListLabels",
599
-
"fullyQualifiedName": "Gmail.ListLabels@7.5.0",
599
+
"fullyQualifiedName": "Gmail.ListLabels@7.5.1",
600
600
"description": "List all the labels in the user's mailbox.",
601
601
"parameters": [],
602
602
"auth": {
@@ -641,7 +641,7 @@
641
641
{
642
642
"name": "ListThreads",
643
643
"qualifiedName": "Gmail.ListThreads",
644
-
"fullyQualifiedName": "Gmail.ListThreads@7.5.0",
644
+
"fullyQualifiedName": "Gmail.ListThreads@7.5.1",
645
645
"description": "List threads in the user's mailbox.\n\nBy default, obvious automated threads are excluded from results using\nno-reply sender patterns and Gmail's non-primary category filters\n(promotions, social, updates, forums). Set exclude_automated=False to\ninclude all threads regardless of source.",
646
646
"parameters": [
647
647
{
@@ -740,7 +740,7 @@
740
740
{
741
741
"name": "ReplyToEmail",
742
742
"qualifiedName": "Gmail.ReplyToEmail",
743
-
"fullyQualifiedName": "Gmail.ReplyToEmail@7.5.0",
743
+
"fullyQualifiedName": "Gmail.ReplyToEmail@7.5.1",
744
744
"description": "Send a reply to an email message, optionally with one or more file attachments.\n\nTo attach files, pass ``attachments`` and give each file's local path as a\n``file://`` URI in ``source`` (formatted ``file:///absolute/path/to/file``). The\nfile's bytes are read and substituted on the client before the request is sent, so\nthe contents never pass through this conversation. Do not read, encode, or inline\nthe bytes yourself.",
"description": "Search for threads in the user's mailbox.\n\nBy default, obvious automated threads are excluded from results using\nno-reply sender patterns and Gmail's non-primary category filters\n(promotions, social, updates, forums). Set exclude_automated=False to\ninclude all threads regardless of source.",
"description": "Send a draft email using the Gmail API.",
1099
1099
"parameters": [
1100
1100
{
@@ -1154,7 +1154,7 @@
1154
1154
{
1155
1155
"name": "SendEmail",
1156
1156
"qualifiedName": "Gmail.SendEmail",
1157
-
"fullyQualifiedName": "Gmail.SendEmail@7.5.0",
1157
+
"fullyQualifiedName": "Gmail.SendEmail@7.5.1",
1158
1158
"description": "Send an email using the Gmail API, optionally with one or more file attachments.\n\nTo attach files, pass ``attachments`` and give each file's local path as a\n``file://`` URI in ``source`` (formatted ``file:///absolute/path/to/file``). The\nfile's bytes are read and substituted on the client before the request is sent, so\nthe contents never pass through this conversation. Do not read, encode, or inline\nthe bytes yourself.",
1159
1159
"parameters": [
1160
1160
{
@@ -1315,7 +1315,7 @@
1315
1315
{
1316
1316
"name": "TrashEmail",
1317
1317
"qualifiedName": "Gmail.TrashEmail",
1318
-
"fullyQualifiedName": "Gmail.TrashEmail@7.5.0",
1318
+
"fullyQualifiedName": "Gmail.TrashEmail@7.5.1",
1319
1319
"description": "Move an email to the trash folder using the Gmail API.",
"description": "Update an existing email draft using the Gmail API.\n\nSingle-part ``text/plain`` and single-part ``text/html`` drafts both support full\nbody replacement; the rebuild follows the existing draft's content type, so a\nplain draft stays plain and an HTML draft stays HTML. Plain-text input supplied\nagainst an HTML draft is auto-converted to HTML, and HTML input supplied against\na plain draft is stored verbatim as ``text/plain``. Reply drafts preserve their\nreply-quote tail (``> `` lines for plain, ``<blockquote>`` for HTML) when the\nbody is supplied as a top-only update.\n\nMultipart drafts and drafts with attachments still fail when the body changes;\nin those cases the tool succeeds only when the effective body is unchanged\n(metadata-only update preserving the existing MIME tree). Edit those drafts in\nGmail directly.\n\nFor each of subject, body, recipient, cc, and bcc, omitting the parameter or passing\n``None`` leaves that part of the draft unchanged (for cc/bcc, existing headers are kept;\npass an empty list to clear).",
1380
1380
"parameters": [
1381
1381
{
@@ -1398,7 +1398,7 @@
1398
1398
"name": "body",
1399
1399
"type": "string",
1400
1400
"required": false,
1401
-
"description": "Updated body for the draft. There is no `content_type` argument — the body is encoded to match the existing draft, and reply drafts re-attach their existing reply-quote tail. Omit or pass None to leave the body unchanged.",
1401
+
"description": "Updated body for the draft. There is no `content_type` argument — the body is encoded to match the existing draft, and reply drafts re-attach their existing reply-quote tail. For multipart drafts or drafts with attachments, omit body and update only subject, recipient, cc, or bcc. Omit or pass None to leave the body unchanged.",
1402
1402
"enum": null,
1403
1403
"inferrable": true
1404
1404
},
@@ -1507,7 +1507,7 @@
1507
1507
{
1508
1508
"name": "WhoAmI",
1509
1509
"qualifiedName": "Gmail.WhoAmI",
1510
-
"fullyQualifiedName": "Gmail.WhoAmI@7.5.0",
1510
+
"fullyQualifiedName": "Gmail.WhoAmI@7.5.1",
1511
1511
"description": "Get comprehensive user profile and Gmail account information.\n\nThis tool provides detailed information about the authenticated user including\ntheir name, email, profile picture, Gmail account statistics, and other\nimportant profile details from Google services.",
"description": "Compose a new email draft using the Gmail API, optionally with file attachments.\n\nTo attach files, pass ``attachments`` and give each file's local path as a\n``file://`` URI in ``source`` (formatted ``file:///absolute/path/to/file``). The\nfile's bytes are read and substituted on the client before the request is sent, so\nthe contents never pass through this conversation. Do not read, encode, or inline\nthe bytes yourself.",
"description": "Compose a draft reply to an email message, optionally with one or more file attachments.\n\nTo attach files, pass ``attachments`` and give each file's local path as a\n``file://`` URI in ``source`` (formatted ``file:///absolute/path/to/file``). The\nfile's bytes are read and substituted on the client before the request is sent, so\nthe contents never pass through this conversation. Do not read, encode, or inline\nthe bytes yourself.",
1720
1720
"parameters": [
1721
1721
{
@@ -1899,6 +1899,6 @@
1899
1899
"import ScopePicker from \"@/app/_components/scope-picker\";"
1900
1900
],
1901
1901
"subPages": [],
1902
-
"generatedAt": "2026-06-19T12:27:49.684Z",
1903
-
"summary": "The Gmail toolkit provides Arcade LLM tools for interacting with a user's Gmail account via the Gmail API. It enables reading, composing, sending, organizing, and searching email — covering the full message and draft lifecycle.\n\n## Capabilities\n\n- **Reading & searching:** List emails, threads, and drafts with built-in automated-email filtering (no-reply senders, non-primary categories); search threads by query or header; retrieve full threads by ID; toggle automated filtering with `exclude_automated=False`.\n- **Composing & sending:** Send emails directly or via draft, reply to messages (including draft replies), with support for file attachments supplied as `file://` URIs — file bytes are read client-side and never pass through the conversation.\n- **Draft management:** Create, update, list, send, and delete drafts; update supports subject, body, recipients, cc, and bcc with partial updates (omit fields to preserve them); body replacement handles plain-text and single-part HTML drafts with auto-conversion; multipart/attachment drafts support metadata-only updates.\n- **Label management:** List, create, and apply/remove labels on messages.\n- **Account info:** Retrieve the authenticated user's profile, email address, Gmail statistics, and profile picture via `WhoAmI`.\n- **Trash:** Move messages to trash.\n\n## OAuth\n\nThis toolkit uses OAuth 2.0 via Google. See the [Arcade Google auth provider docs](https://docs.arcade.dev/en/references/auth-providers/google) for setup details."
1902
+
"generatedAt": "2026-06-27T11:38:13.147Z",
1903
+
"summary": "The Gmail toolkit provides Arcade LLM tools for interacting with a user's Gmail account via the Gmail API. It enables agents to read, compose, send, organize, and manage email—including drafts, threads, labels, and attachments.\n\n## Capabilities\n\n- **Reading & searching:** List and search emails, threads, and drafts with built-in filtering to exclude automated/promotional mail by default (`exclude_automated=False` to override); retrieve threads by ID and search by header.\n- **Sending & replying:** Send new emails or replies immediately, with optional file attachments supplied as `file://` URIs (bytes are read client-side and never pass through the conversation).\n- **Draft management:** Create, update, send, and delete drafts; compose draft replies. `UpdateDraftEmail` supports full body replacement for plain-text and HTML single-part drafts, with smart handling of content-type conversion and reply-quote preservation.\n- **Label & organization:** List, create, and apply/remove labels on messages; move emails to trash.\n- **Account info:** Retrieve the authenticated user's profile, email address, and Gmail account statistics via `WhoAmI`.\n\n## OAuth\n\nThis toolkit uses OAuth 2.0 via the **Google** provider. See the [Arcade Google auth provider docs](https://docs.arcade.dev/en/references/auth-providers/google) for configuration details."
0 commit comments