Skip to content

Commit f7e57d6

Browse files
evantahlerjottakka
andauthored
[AUTO] Adding MCP Servers docs update (#919)
Co-authored-by: jottakka <203343514+jottakka@users.noreply.github.com>
1 parent de73a00 commit f7e57d6

4 files changed

Lines changed: 1185 additions & 22 deletions

File tree

app/en/resources/integrations/development/_meta.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ const meta: MetaRecord = {
6565
title: "Vercel API",
6666
href: "/en/resources/integrations/development/vercel-api",
6767
},
68+
"zoho-creator-api": {
69+
title: "Zoho Creator API",
70+
href: "/en/resources/integrations/development/zoho-creator-api",
71+
},
6872
};
6973

7074
export default meta;

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

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "Gmail",
33
"label": "Gmail",
4-
"version": "4.2.0",
4+
"version": "4.2.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@4.2.0",
33+
"fullyQualifiedName": "Gmail.ChangeEmailLabels@4.2.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@4.2.0",
127+
"fullyQualifiedName": "Gmail.CreateLabel@4.2.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@4.2.0",
187+
"fullyQualifiedName": "Gmail.DeleteDraftEmail@4.2.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@4.2.0",
247+
"fullyQualifiedName": "Gmail.GetThread@4.2.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@4.2.0",
307+
"fullyQualifiedName": "Gmail.ListDraftEmails@4.2.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@4.2.0",
367+
"fullyQualifiedName": "Gmail.ListEmails@4.2.1",
368368
"description": "Read emails from a Gmail account and extract plain text content.",
369369
"parameters": [
370370
{
@@ -424,7 +424,7 @@
424424
{
425425
"name": "ListEmailsByHeader",
426426
"qualifiedName": "Gmail.ListEmailsByHeader",
427-
"fullyQualifiedName": "Gmail.ListEmailsByHeader@4.2.0",
427+
"fullyQualifiedName": "Gmail.ListEmailsByHeader@4.2.1",
428428
"description": "Search for emails by header using the Gmail API.",
429429
"parameters": [
430430
{
@@ -570,7 +570,7 @@
570570
{
571571
"name": "ListLabels",
572572
"qualifiedName": "Gmail.ListLabels",
573-
"fullyQualifiedName": "Gmail.ListLabels@4.2.0",
573+
"fullyQualifiedName": "Gmail.ListLabels@4.2.1",
574574
"description": "List all the labels in the user's mailbox.",
575575
"parameters": [],
576576
"auth": {
@@ -615,7 +615,7 @@
615615
{
616616
"name": "ListThreads",
617617
"qualifiedName": "Gmail.ListThreads",
618-
"fullyQualifiedName": "Gmail.ListThreads@4.2.0",
618+
"fullyQualifiedName": "Gmail.ListThreads@4.2.1",
619619
"description": "List threads in the user's mailbox.",
620620
"parameters": [
621621
{
@@ -701,7 +701,7 @@
701701
{
702702
"name": "ReplyToEmail",
703703
"qualifiedName": "Gmail.ReplyToEmail",
704-
"fullyQualifiedName": "Gmail.ReplyToEmail@4.2.0",
704+
"fullyQualifiedName": "Gmail.ReplyToEmail@4.2.1",
705705
"description": "Send a reply to an email message.",
706706
"parameters": [
707707
{
@@ -823,7 +823,7 @@
823823
{
824824
"name": "SearchThreads",
825825
"qualifiedName": "Gmail.SearchThreads",
826-
"fullyQualifiedName": "Gmail.SearchThreads@4.2.0",
826+
"fullyQualifiedName": "Gmail.SearchThreads@4.2.1",
827827
"description": "Search for threads in the user's mailbox",
828828
"parameters": [
829829
{
@@ -999,7 +999,7 @@
999999
{
10001000
"name": "SendDraftEmail",
10011001
"qualifiedName": "Gmail.SendDraftEmail",
1002-
"fullyQualifiedName": "Gmail.SendDraftEmail@4.2.0",
1002+
"fullyQualifiedName": "Gmail.SendDraftEmail@4.2.1",
10031003
"description": "Send a draft email using the Gmail API.",
10041004
"parameters": [
10051005
{
@@ -1059,7 +1059,7 @@
10591059
{
10601060
"name": "SendEmail",
10611061
"qualifiedName": "Gmail.SendEmail",
1062-
"fullyQualifiedName": "Gmail.SendEmail@4.2.0",
1062+
"fullyQualifiedName": "Gmail.SendEmail@4.2.1",
10631063
"description": "Send an email using the Gmail API.",
10641064
"parameters": [
10651065
{
@@ -1194,7 +1194,7 @@
11941194
{
11951195
"name": "TrashEmail",
11961196
"qualifiedName": "Gmail.TrashEmail",
1197-
"fullyQualifiedName": "Gmail.TrashEmail@4.2.0",
1197+
"fullyQualifiedName": "Gmail.TrashEmail@4.2.1",
11981198
"description": "Move an email to the trash folder using the Gmail API.",
11991199
"parameters": [
12001200
{
@@ -1254,7 +1254,7 @@
12541254
{
12551255
"name": "UpdateDraftEmail",
12561256
"qualifiedName": "Gmail.UpdateDraftEmail",
1257-
"fullyQualifiedName": "Gmail.UpdateDraftEmail@4.2.0",
1257+
"fullyQualifiedName": "Gmail.UpdateDraftEmail@4.2.1",
12581258
"description": "Update an existing email draft using the Gmail API.",
12591259
"parameters": [
12601260
{
@@ -1386,7 +1386,7 @@
13861386
{
13871387
"name": "WhoAmI",
13881388
"qualifiedName": "Gmail.WhoAmI",
1389-
"fullyQualifiedName": "Gmail.WhoAmI@4.2.0",
1389+
"fullyQualifiedName": "Gmail.WhoAmI@4.2.1",
13901390
"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.",
13911391
"parameters": [],
13921392
"auth": {
@@ -1433,7 +1433,7 @@
14331433
{
14341434
"name": "WriteDraftEmail",
14351435
"qualifiedName": "Gmail.WriteDraftEmail",
1436-
"fullyQualifiedName": "Gmail.WriteDraftEmail@4.2.0",
1436+
"fullyQualifiedName": "Gmail.WriteDraftEmail@4.2.1",
14371437
"description": "Compose a new email draft using the Gmail API.",
14381438
"parameters": [
14391439
{
@@ -1567,7 +1567,7 @@
15671567
{
15681568
"name": "WriteDraftReplyEmail",
15691569
"qualifiedName": "Gmail.WriteDraftReplyEmail",
1570-
"fullyQualifiedName": "Gmail.WriteDraftReplyEmail@4.2.0",
1570+
"fullyQualifiedName": "Gmail.WriteDraftReplyEmail@4.2.1",
15711571
"description": "Compose a draft reply to an email message.",
15721572
"parameters": [
15731573
{
@@ -1699,6 +1699,6 @@
16991699
"import ScopePicker from \"@/app/_components/scope-picker\";"
17001700
],
17011701
"subPages": [],
1702-
"generatedAt": "2026-02-26T20:45:10.394Z",
1702+
"generatedAt": "2026-04-16T11:32:31.013Z",
17031703
"summary": "Arcade.dev's Gmail toolkit enables seamless integration with the Gmail API, allowing developers to manage emails and labels effectively within their applications.\n\n**Capabilities**\n- Manage email threads and labels.\n- Compose, send, and manage drafts.\n- Retrieve detailed user profile information.\n- Support for email searching and filtering.\n- Efficiently handle email status changes such as trashing.\n\n**OAuth**\n- **Provider**: Google\n- **Scopes**: Access to read, compose, modify, and send Gmail emails, alongside user profile information.\n\n**Secrets**\n- No secret types required for toolkit operation."
17041704
}

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"generatedAt": "2026-04-10T11:26:09.339Z",
2+
"generatedAt": "2026-04-16T11:32:31.519Z",
33
"version": "1.0.0",
44
"toolkits": [
55
{
@@ -257,7 +257,7 @@
257257
{
258258
"id": "Gmail",
259259
"label": "Gmail",
260-
"version": "4.2.0",
260+
"version": "4.2.1",
261261
"category": "productivity",
262262
"type": "arcade",
263263
"toolCount": 18,
@@ -884,6 +884,15 @@
884884
"toolCount": 511,
885885
"authType": "oauth2"
886886
},
887+
{
888+
"id": "ZohoCreatorApi",
889+
"label": "Zoho Creator API",
890+
"version": "0.2.0",
891+
"category": "development",
892+
"type": "arcade_starter",
893+
"toolCount": 19,
894+
"authType": "oauth2"
895+
},
887896
{
888897
"id": "Zoom",
889898
"label": "Zoom",

0 commit comments

Comments
 (0)