Skip to content

Commit 29ecd09

Browse files
jottakkagithub-actions[bot]
authored andcommitted
[AUTO] Adding MCP Servers docs update
1 parent 8c0e6d1 commit 29ecd09

9 files changed

Lines changed: 1111 additions & 209 deletions

File tree

toolkit-docs-generator/data/toolkits/gmail.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "Gmail",
33
"label": "Gmail",
4-
"version": "7.5.0",
4+
"version": "7.5.1",
55
"description": "Arcade.dev LLM tools for Gmail",
66
"metadata": {
77
"category": "productivity",
@@ -30,7 +30,7 @@
3030
{
3131
"name": "ChangeEmailLabels",
3232
"qualifiedName": "Gmail.ChangeEmailLabels",
33-
"fullyQualifiedName": "Gmail.ChangeEmailLabels@7.5.0",
33+
"fullyQualifiedName": "Gmail.ChangeEmailLabels@7.5.1",
3434
"description": "Add and remove labels from an email using the Gmail API.",
3535
"parameters": [
3636
{
@@ -124,7 +124,7 @@
124124
{
125125
"name": "CreateLabel",
126126
"qualifiedName": "Gmail.CreateLabel",
127-
"fullyQualifiedName": "Gmail.CreateLabel@7.5.0",
127+
"fullyQualifiedName": "Gmail.CreateLabel@7.5.1",
128128
"description": "Create a new label in the user's mailbox.",
129129
"parameters": [
130130
{
@@ -184,7 +184,7 @@
184184
{
185185
"name": "DeleteDraftEmail",
186186
"qualifiedName": "Gmail.DeleteDraftEmail",
187-
"fullyQualifiedName": "Gmail.DeleteDraftEmail@7.5.0",
187+
"fullyQualifiedName": "Gmail.DeleteDraftEmail@7.5.1",
188188
"description": "Delete a draft email using the Gmail API.",
189189
"parameters": [
190190
{
@@ -244,7 +244,7 @@
244244
{
245245
"name": "GetThread",
246246
"qualifiedName": "Gmail.GetThread",
247-
"fullyQualifiedName": "Gmail.GetThread@7.5.0",
247+
"fullyQualifiedName": "Gmail.GetThread@7.5.1",
248248
"description": "Get the specified thread by ID.",
249249
"parameters": [
250250
{
@@ -304,7 +304,7 @@
304304
{
305305
"name": "ListDraftEmails",
306306
"qualifiedName": "Gmail.ListDraftEmails",
307-
"fullyQualifiedName": "Gmail.ListDraftEmails@7.5.0",
307+
"fullyQualifiedName": "Gmail.ListDraftEmails@7.5.1",
308308
"description": "Lists draft emails in the user's draft mailbox using the Gmail API.",
309309
"parameters": [
310310
{
@@ -364,7 +364,7 @@
364364
{
365365
"name": "ListEmails",
366366
"qualifiedName": "Gmail.ListEmails",
367-
"fullyQualifiedName": "Gmail.ListEmails@7.5.0",
367+
"fullyQualifiedName": "Gmail.ListEmails@7.5.1",
368368
"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.",
369369
"parameters": [
370370
{
@@ -437,7 +437,7 @@
437437
{
438438
"name": "ListEmailsByHeader",
439439
"qualifiedName": "Gmail.ListEmailsByHeader",
440-
"fullyQualifiedName": "Gmail.ListEmailsByHeader@7.5.0",
440+
"fullyQualifiedName": "Gmail.ListEmailsByHeader@7.5.1",
441441
"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.",
442442
"parameters": [
443443
{
@@ -596,7 +596,7 @@
596596
{
597597
"name": "ListLabels",
598598
"qualifiedName": "Gmail.ListLabels",
599-
"fullyQualifiedName": "Gmail.ListLabels@7.5.0",
599+
"fullyQualifiedName": "Gmail.ListLabels@7.5.1",
600600
"description": "List all the labels in the user's mailbox.",
601601
"parameters": [],
602602
"auth": {
@@ -641,7 +641,7 @@
641641
{
642642
"name": "ListThreads",
643643
"qualifiedName": "Gmail.ListThreads",
644-
"fullyQualifiedName": "Gmail.ListThreads@7.5.0",
644+
"fullyQualifiedName": "Gmail.ListThreads@7.5.1",
645645
"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.",
646646
"parameters": [
647647
{
@@ -740,7 +740,7 @@
740740
{
741741
"name": "ReplyToEmail",
742742
"qualifiedName": "Gmail.ReplyToEmail",
743-
"fullyQualifiedName": "Gmail.ReplyToEmail@7.5.0",
743+
"fullyQualifiedName": "Gmail.ReplyToEmail@7.5.1",
744744
"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.",
745745
"parameters": [
746746
{
@@ -905,7 +905,7 @@
905905
{
906906
"name": "SearchThreads",
907907
"qualifiedName": "Gmail.SearchThreads",
908-
"fullyQualifiedName": "Gmail.SearchThreads@7.5.0",
908+
"fullyQualifiedName": "Gmail.SearchThreads@7.5.1",
909909
"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.",
910910
"parameters": [
911911
{
@@ -1094,7 +1094,7 @@
10941094
{
10951095
"name": "SendDraftEmail",
10961096
"qualifiedName": "Gmail.SendDraftEmail",
1097-
"fullyQualifiedName": "Gmail.SendDraftEmail@7.5.0",
1097+
"fullyQualifiedName": "Gmail.SendDraftEmail@7.5.1",
10981098
"description": "Send a draft email using the Gmail API.",
10991099
"parameters": [
11001100
{
@@ -1154,7 +1154,7 @@
11541154
{
11551155
"name": "SendEmail",
11561156
"qualifiedName": "Gmail.SendEmail",
1157-
"fullyQualifiedName": "Gmail.SendEmail@7.5.0",
1157+
"fullyQualifiedName": "Gmail.SendEmail@7.5.1",
11581158
"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.",
11591159
"parameters": [
11601160
{
@@ -1315,7 +1315,7 @@
13151315
{
13161316
"name": "TrashEmail",
13171317
"qualifiedName": "Gmail.TrashEmail",
1318-
"fullyQualifiedName": "Gmail.TrashEmail@7.5.0",
1318+
"fullyQualifiedName": "Gmail.TrashEmail@7.5.1",
13191319
"description": "Move an email to the trash folder using the Gmail API.",
13201320
"parameters": [
13211321
{
@@ -1375,7 +1375,7 @@
13751375
{
13761376
"name": "UpdateDraftEmail",
13771377
"qualifiedName": "Gmail.UpdateDraftEmail",
1378-
"fullyQualifiedName": "Gmail.UpdateDraftEmail@7.5.0",
1378+
"fullyQualifiedName": "Gmail.UpdateDraftEmail@7.5.1",
13791379
"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).",
13801380
"parameters": [
13811381
{
@@ -1398,7 +1398,7 @@
13981398
"name": "body",
13991399
"type": "string",
14001400
"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.",
14021402
"enum": null,
14031403
"inferrable": true
14041404
},
@@ -1507,7 +1507,7 @@
15071507
{
15081508
"name": "WhoAmI",
15091509
"qualifiedName": "Gmail.WhoAmI",
1510-
"fullyQualifiedName": "Gmail.WhoAmI@7.5.0",
1510+
"fullyQualifiedName": "Gmail.WhoAmI@7.5.1",
15111511
"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.",
15121512
"parameters": [],
15131513
"auth": {
@@ -1554,7 +1554,7 @@
15541554
{
15551555
"name": "WriteDraftEmail",
15561556
"qualifiedName": "Gmail.WriteDraftEmail",
1557-
"fullyQualifiedName": "Gmail.WriteDraftEmail@7.5.0",
1557+
"fullyQualifiedName": "Gmail.WriteDraftEmail@7.5.1",
15581558
"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.",
15591559
"parameters": [
15601560
{
@@ -1715,7 +1715,7 @@
17151715
{
17161716
"name": "WriteDraftReplyEmail",
17171717
"qualifiedName": "Gmail.WriteDraftReplyEmail",
1718-
"fullyQualifiedName": "Gmail.WriteDraftReplyEmail@7.5.0",
1718+
"fullyQualifiedName": "Gmail.WriteDraftReplyEmail@7.5.1",
17191719
"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.",
17201720
"parameters": [
17211721
{
@@ -1899,6 +1899,6 @@
18991899
"import ScopePicker from \"@/app/_components/scope-picker\";"
19001900
],
19011901
"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-26T11:58:30.831Z",
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 entirely through natural language.\n\n## Capabilities\n\n- **Reading & searching:** List emails, threads, and drafts with smart filtering that excludes automated/promotional mail by default (`exclude_automated=False` to override); search threads and look up messages by header or thread ID.\n- **Composing & drafting:** Write new drafts, write draft replies, update existing drafts (subject, body, recipients, cc, bcc — with content-type-aware body replacement), and delete drafts.\n- **Sending:** Send new emails, send replies, and send saved drafts — all with optional file attachments supplied as `file://` URIs (bytes are read client-side and never pass through the conversation).\n- **Labels & organization:** List all labels, create new labels, add/remove labels on messages, and move emails to trash.\n- **Account introspection:** Retrieve authenticated user profile, email address, Gmail account statistics, and profile picture via `WhoAmI`.\n\n## OAuth\n\nThis toolkit uses OAuth 2.0 delegated access through Google. See the [Arcade Google auth provider docs](https://docs.arcade.dev/en/references/auth-providers/google) for setup details, required scopes, and configuration."
19041904
}

0 commit comments

Comments
 (0)