forked from nexu-io/open-design
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposio-descriptions.ts
More file actions
805 lines (788 loc) · 23.8 KB
/
composio-descriptions.ts
File metadata and controls
805 lines (788 loc) · 23.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
// Curated metadata overrides for Composio toolkits.
//
// The Composio public toolkit list is long and the default description we
// used to ship (`Connect to <name> through Composio.`) is uninformative.
// This module hosts hand-written overrides for the most common toolkits so
// each connector card surfaces an accurate, category-specific description
// and a better category tag than the generic "Composio" bucket.
//
// Keep keys in sync with the slugs in DOCUMENTED_COMPOSIO_TOOLKITS. If a
// toolkit is missing from this map, composio.ts falls back to a neutral
// description generated from the display name.
export interface ComposioToolkitMetadata {
/** Human-authored description tailored to the SaaS/tool. */
description: string;
/** Preferred category tag for the connector card. */
category: string;
/** Snapshot count for first paint before live toolkit metadata loads. */
toolCount?: number;
}
export const COMPOSIO_TOOLKIT_METADATA: Record<string, ComposioToolkitMetadata> = {
// Developer tooling
GITHUB: {
description:
'Browse repositories, read issues and pull requests, inspect commits, and search code across GitHub.',
category: 'Developer',
toolCount: 2,
},
GITLAB: {
description:
'Inspect GitLab projects, issues, merge requests, and pipelines for engineering workflows.',
category: 'Developer',
},
BITBUCKET: {
description:
'Read Bitbucket repositories, pull requests, and pipelines to feed code-aware artifacts.',
category: 'Developer',
},
LINEAR: {
description:
'Query Linear issues, projects, cycles, and teams to ground planning artifacts in live product data.',
category: 'Project management',
},
JIRA: {
description:
'Search Jira issues, sprints, epics, and boards to build status reports and roadmap artifacts.',
category: 'Project management',
},
CONFLUENCE: {
description:
'Search and read Confluence spaces and pages for internal documentation context.',
category: 'Documentation',
},
SENTRY: {
description:
'Inspect Sentry issues, events, and release health to surface production incidents.',
category: 'Observability',
},
DATADOG: {
description:
'Query Datadog monitors, dashboards, and metrics for live reliability dashboards.',
category: 'Observability',
},
PAGERDUTY: {
description:
'Read PagerDuty incidents, services, and schedules to power on-call runbooks.',
category: 'Observability',
},
DATABRICKS: {
description:
'Access Databricks workspaces, clusters, and SQL warehouses for data-driven artifacts.',
category: 'Data platform',
},
SNOWFLAKE: {
description:
'Run read-only queries against Snowflake warehouses to pull analytics into live artifacts.',
category: 'Data platform',
},
SUPABASE: {
description:
'Inspect Supabase projects, tables, and storage buckets for prototypes grounded in real data.',
category: 'Data platform',
},
CONVEX: {
description: 'Query Convex tables and functions for realtime-backed live artifacts.',
category: 'Data platform',
},
PRISMA: {
description: 'Inspect Prisma schema and data models for database-driven prototypes.',
category: 'Developer',
},
PINECONE: {
description: 'Query Pinecone indexes and namespaces for retrieval-augmented artifacts.',
category: 'AI infrastructure',
},
DIGITAL_OCEAN: {
description: 'Inspect DigitalOcean droplets, databases, and spaces for infra dashboards.',
category: 'Developer',
},
FLY: {
description: 'Read Fly.io apps, machines, and volumes to power infra status artifacts.',
category: 'Developer',
},
APIFY_MCP: {
description: 'Run Apify actors to scrape, crawl, and enrich data for live artifacts.',
category: 'Automation',
toolCount: 8,
},
TAVILY_MCP: {
description: 'Run Tavily web search and extraction for research-grounded artifacts.',
category: 'Research',
},
GRANOLA_MCP: {
description: 'Pull Granola meeting notes and summaries into briefing artifacts.',
category: 'Productivity',
},
TINYFISH_MCP: {
description: 'Run TinyFish browsing agents to capture structured web data into artifacts.',
category: 'Automation',
},
// Productivity / docs
NOTION: {
description:
'Search Notion pages and databases, read page content, and pull structured records into artifacts.',
category: 'Productivity',
toolCount: 48,
},
GOOGLEDOCS: {
description: 'Read Google Docs content and comments to source text for live artifacts.',
category: 'Productivity',
},
GOOGLESHEETS: {
description:
'Read and search Google Sheets spreadsheets to power tables, charts, and dashboards.',
category: 'Spreadsheets',
},
EXCEL: {
description:
'Read Excel workbooks, worksheets, and ranges to pull numbers into live artifacts.',
category: 'Spreadsheets',
},
GOOGLESLIDES: {
description: 'Read Google Slides presentations for reference in new decks.',
category: 'Presentations',
},
GOOGLEDRIVE: {
description: 'Search and read files and folders stored in Google Drive.',
category: 'Storage',
toolCount: 2,
},
DROPBOX: {
description: 'Search and read files stored in Dropbox for document-grounded artifacts.',
category: 'Storage',
},
BOX: {
description: 'Browse and read Box files and folders for enterprise document workflows.',
category: 'Storage',
},
ONE_DRIVE: {
description: 'Search and read files in OneDrive for Microsoft 365 document workflows.',
category: 'Storage',
},
SHARE_POINT: {
description: 'Browse SharePoint sites and lists to pull structured enterprise content.',
category: 'Storage',
},
EGNYTE: {
description: 'Read Egnyte folders and files for regulated document workflows.',
category: 'Storage',
},
GOOGLECALENDAR: {
description: 'Read calendar events and availability from Google Calendar.',
category: 'Calendar',
},
OUTLOOK: {
description: 'Read Outlook mailboxes, calendars, and contacts for Microsoft 365 workflows.',
category: 'Email',
},
GMAIL: {
description: 'Search and read Gmail threads to surface inbox context in artifacts.',
category: 'Email',
},
GOOGLE_CHAT: {
description: 'Read Google Chat spaces and messages for team-comms grounded artifacts.',
category: 'Communication',
},
SLACK: {
description: 'Search Slack channels, read messages, and list users and channels.',
category: 'Communication',
},
SLACKBOT: {
description: 'Use a Slack bot identity to read channels and messages in a workspace.',
category: 'Communication',
},
DISCORD: {
description: 'Read Discord servers, channels, and messages for community analytics.',
category: 'Communication',
},
DISCORDBOT: {
description: 'Use a Discord bot identity to read servers, channels, and messages.',
category: 'Communication',
},
MICROSOFT_TEAMS: {
description: 'Read Microsoft Teams channels, chats, and meetings for workplace context.',
category: 'Communication',
},
WEBEX: {
description: 'Read Webex rooms, messages, and meeting metadata.',
category: 'Communication',
},
ZOOM: {
description: 'Read Zoom meetings, recordings, and participant metadata.',
category: 'Meetings',
},
GOOGLEMEET: {
description: 'Read Google Meet meeting and participant metadata.',
category: 'Meetings',
},
WHATSAPP: {
description: 'Read WhatsApp Business conversations and message metadata.',
category: 'Communication',
},
// Project mgmt / tasks / collaboration
ASANA: {
description: 'Query Asana projects, tasks, and teams for delivery artifacts.',
category: 'Project management',
},
MONDAY: {
description: 'Read monday.com boards, items, and updates.',
category: 'Project management',
},
MONDAY_MCP: {
description: 'Run monday.com actions through the MCP integration.',
category: 'Project management',
},
CLICKUP: {
description: 'Query ClickUp spaces, lists, and tasks for planning artifacts.',
category: 'Project management',
},
TRELLO: {
description: 'Read Trello boards, lists, and cards for kanban-style artifacts.',
category: 'Project management',
},
BASECAMP: {
description: 'Read Basecamp projects, todos, and messages.',
category: 'Project management',
},
WRIKE: {
description: 'Query Wrike folders, tasks, and custom fields.',
category: 'Project management',
},
TODOIST: {
description: 'Read Todoist projects and tasks for personal productivity artifacts.',
category: 'Tasks',
},
TICKTICK: {
description: 'Read TickTick lists and tasks for personal productivity artifacts.',
category: 'Tasks',
},
DART: {
description: 'Query Dart workspaces, tasks, and docs for engineering planning.',
category: 'Project management',
},
PRODUCTBOARD: {
description: 'Read Productboard features, notes, and roadmaps.',
category: 'Product',
},
GOOGLETASKS: {
description: 'Read Google Tasks lists and tasks.',
category: 'Tasks',
},
ROAM: {
description: 'Read Roam Research graphs and pages for networked-note artifacts.',
category: 'Documentation',
},
// Design / whiteboards
FIGMA: {
description:
'Read Figma files, pages, frames, and components to reference real design context.',
category: 'Design',
},
MIRO: {
description: 'Read Miro boards and sticky notes for whiteboard-based artifacts.',
category: 'Whiteboard',
},
MURAL: {
description: 'Read Mural boards and widgets for workshop-grounded artifacts.',
category: 'Whiteboard',
},
CANVA: {
description: 'Read Canva designs and brand assets.',
category: 'Design',
},
MATTERPORT: {
description: 'Read Matterport spaces and captures for 3D-grounded artifacts.',
category: 'Design',
},
// CRM / sales
HUBSPOT: {
description: 'Query HubSpot contacts, companies, deals, and tickets.',
category: 'CRM',
},
SALESFORCE: {
description: 'Query Salesforce objects, reports, and dashboards.',
category: 'CRM',
},
SALESFORCE_SERVICE_CLOUD: {
description: 'Query Salesforce Service Cloud cases, accounts, and knowledge articles.',
category: 'Support',
},
PIPEDRIVE: {
description: 'Read Pipedrive deals, contacts, and activities.',
category: 'CRM',
},
ATTIO: {
description: 'Query Attio lists, records, and attributes for modern CRM workflows.',
category: 'CRM',
},
CAPSULE_CRM: {
description: 'Read Capsule CRM contacts, opportunities, and tasks.',
category: 'CRM',
},
KOMMO: {
description: 'Read Kommo leads, contacts, and pipelines.',
category: 'CRM',
},
ZOHO: {
description: 'Query Zoho CRM modules, records, and reports.',
category: 'CRM',
},
ZOHO_BIGIN: {
description: 'Read Zoho Bigin pipelines, deals, and contacts.',
category: 'CRM',
},
ZOHO_BOOKS: {
description: 'Read Zoho Books invoices, customers, and ledgers.',
category: 'Finance',
},
ZOHO_DESK: {
description: 'Query Zoho Desk tickets, agents, and departments.',
category: 'Support',
},
ZOHO_INVENTORY: {
description: 'Read Zoho Inventory items, orders, and warehouses.',
category: 'Commerce',
},
ZOHO_INVOICE: {
description: 'Read Zoho Invoice invoices, estimates, and customers.',
category: 'Finance',
},
ZOHO_MAIL: {
description: 'Search Zoho Mail folders and messages.',
category: 'Email',
},
FOLLOW_UP_BOSS: {
description: 'Read Follow Up Boss contacts, deals, and activities for real estate CRM.',
category: 'CRM',
},
HIGHLEVEL: {
description: 'Query HighLevel contacts, pipelines, and campaigns.',
category: 'CRM',
},
PARMA: {
description: 'Read Parma personal CRM contacts and interactions.',
category: 'CRM',
},
INSIGHTO_AI: {
description: 'Read Insighto.ai voice agent conversations and analytics.',
category: 'AI agents',
},
LEVER: {
description: 'Query Lever opportunities, candidates, and postings.',
category: 'Recruiting',
},
RECRUITEE: {
description: 'Read Recruitee candidates, jobs, and pipelines.',
category: 'Recruiting',
},
GONG: {
description: 'Read Gong call recordings, transcripts, and sales insights.',
category: 'Sales intelligence',
},
// Support / helpdesk
INTERCOM: {
description: 'Query Intercom conversations, users, and articles.',
category: 'Support',
},
ZENDESK: {
description: 'Read Zendesk tickets, users, and help center articles.',
category: 'Support',
},
GORGIAS: {
description: 'Read Gorgias tickets, customers, and macros for ecommerce support.',
category: 'Support',
},
HELP_SCOUT: {
description: 'Query Help Scout mailboxes, conversations, and customers.',
category: 'Support',
},
SERVICENOW: {
description: 'Read ServiceNow incidents, change requests, and CMDB records.',
category: 'ITSM',
},
FRESHBOOKS: {
description: 'Read FreshBooks invoices, clients, and expenses.',
category: 'Finance',
},
// Finance / accounting / payments
STRIPE: {
description: 'Read Stripe customers, charges, subscriptions, and payouts.',
category: 'Payments',
},
QUICKBOOKS: {
description: 'Query QuickBooks customers, invoices, and accounts.',
category: 'Accounting',
},
XERO: {
description: 'Read Xero invoices, contacts, and ledgers.',
category: 'Accounting',
},
NETSUITE: {
description: 'Query NetSuite records, saved searches, and reports.',
category: 'ERP',
},
RAMP: {
description: 'Read Ramp transactions, cards, and vendors.',
category: 'Finance',
},
BREX: {
description: 'Read Brex transactions, cards, and budgets.',
category: 'Finance',
},
RAZORPAY: {
description: 'Read Razorpay payments, orders, and settlements.',
category: 'Payments',
},
MONEYBIRD: {
description: 'Read Moneybird invoices, contacts, and administrations.',
category: 'Accounting',
},
FREEAGENT: {
description: 'Read FreeAgent invoices, expenses, and timeslips.',
category: 'Accounting',
},
COUPA: {
description: 'Read Coupa suppliers, invoices, and requisitions.',
category: 'Procurement',
},
SPLITWISE: {
description: 'Read Splitwise groups, expenses, and balances.',
category: 'Finance',
},
YNAB: {
description: 'Read YNAB budgets, accounts, and transactions.',
category: 'Finance',
},
BEEMINDER: {
description: 'Read Beeminder goals and datapoints.',
category: 'Personal',
},
// Marketing / ads / email
MAILCHIMP: {
description: 'Read Mailchimp audiences, campaigns, and reports.',
category: 'Marketing',
},
BREVO: {
description: 'Read Brevo contacts, campaigns, and SMS metrics.',
category: 'Marketing',
},
KLAVIYO: {
description: 'Read Klaviyo lists, segments, flows, and campaign metrics.',
category: 'Marketing',
},
OMNISEND: {
description: 'Read Omnisend campaigns, automations, and audiences.',
category: 'Marketing',
},
SENDLOOP: {
description: 'Read Sendloop lists and campaigns.',
category: 'Marketing',
},
KIT: {
description: 'Read Kit (ConvertKit) subscribers, sequences, and broadcasts.',
category: 'Marketing',
},
GOOGLEADS: {
description: 'Read Google Ads campaigns, ad groups, and performance reports.',
category: 'Advertising',
},
METAADS: {
description: 'Read Meta (Facebook/Instagram) Ads campaigns and insights.',
category: 'Advertising',
},
REDDIT_ADS: {
description: 'Read Reddit Ads campaigns and performance.',
category: 'Advertising',
},
LINKEDIN_ADS: {
description: 'Read LinkedIn Ads campaigns, creatives, and analytics.',
category: 'Advertising',
},
GOOGLE_ANALYTICS: {
description: 'Query Google Analytics 4 reports, metrics, and audiences.',
category: 'Analytics',
},
GOOGLE_SEARCH_CONSOLE: {
description: 'Query Google Search Console pages, queries, and performance metrics.',
category: 'Analytics',
},
GOOGLEBIGQUERY: {
description: 'Run read-only BigQuery SQL for analytics-grounded artifacts.',
category: 'Analytics',
},
// Social
LINKEDIN: {
description: 'Read LinkedIn profiles, posts, and company pages.',
category: 'Social',
},
TWITTER: {
description: 'Read Twitter/X timelines, tweets, users, and searches.',
category: 'Social',
toolCount: 72,
},
FACEBOOK: {
description: 'Read Facebook pages, posts, and insights.',
category: 'Social',
},
INSTAGRAM: {
description: 'Read Instagram media, profiles, and insights.',
category: 'Social',
},
REDDIT: {
description: 'Read Reddit subreddits, posts, and comments.',
category: 'Social',
},
TIKTOK: {
description: 'Read TikTok videos, profiles, and analytics.',
category: 'Social',
},
SNAPCHAT: {
description: 'Read Snapchat Ads Manager campaigns and audience insights.',
category: 'Advertising',
},
YOUTUBE: {
description: 'Read YouTube channels, videos, comments, and analytics.',
category: 'Video',
},
SPOTIFY: {
description: 'Read Spotify playlists, tracks, and listener metadata.',
category: 'Media',
},
STRAVA: {
description: 'Read Strava activities, athletes, and segments.',
category: 'Fitness',
},
GUMROAD: {
description: 'Read Gumroad products, sales, and customers.',
category: 'Commerce',
},
DUB: {
description: 'Read Dub links, domains, and analytics.',
category: 'Marketing',
},
EVENTBRITE: {
description: 'Read Eventbrite events, attendees, and orders.',
category: 'Events',
},
TICKETMASTER: {
description: 'Read Ticketmaster events, venues, and attractions.',
category: 'Events',
},
EPIC_GAMES: {
description: 'Read Epic Games store and developer portal data.',
category: 'Gaming',
},
// HR / people
BAMBOOHR: {
description: 'Read BambooHR employees, time off, and directories.',
category: 'HR',
},
GUSTO: {
description: 'Read Gusto employees, payroll runs, and benefits.',
category: 'HR',
},
// Scheduling / signing
CAL: {
description: 'Read Cal.com event types, bookings, and availability.',
category: 'Scheduling',
},
CALENDLY: {
description: 'Read Calendly event types, bookings, and users.',
category: 'Scheduling',
},
SCHEDULEONCE: {
description: 'Read ScheduleOnce bookings, calendars, and event types.',
category: 'Scheduling',
},
CLOCKIFY: {
description: 'Read Clockify time entries, projects, and reports.',
category: 'Time tracking',
toolCount: 75,
},
HARVEST: {
description: 'Read Harvest time entries, projects, and invoices.',
category: 'Time tracking',
},
TIMELY: {
description: 'Read Timely time entries and memories.',
category: 'Time tracking',
},
WAKATIME: {
description: 'Read WakaTime coding time, languages, and projects.',
category: 'Time tracking',
},
FATHOM: {
description: 'Read Fathom call recordings and summaries.',
category: 'Meetings',
},
DIALPAD: {
description: 'Read Dialpad calls, contacts, and rooms.',
category: 'Communication',
},
DOCUSIGN: {
description: 'Read DocuSign envelopes, signers, and templates.',
category: 'Signing',
},
DROPBOX_SIGN: {
description: 'Read Dropbox Sign (HelloSign) signature requests and templates.',
category: 'Signing',
},
BOLDSIGN: {
description: 'Read BoldSign envelopes, templates, and signers.',
category: 'Signing',
},
// Forms / surveys / feedback
TYPEFORM: {
description: 'Read Typeform forms, responses, and analytics.',
category: 'Forms',
},
TALLY: {
description: 'Read Tally forms and submissions.',
category: 'Forms',
},
GOOGLEFORMS: {
description: 'Read Google Forms forms and responses.',
category: 'Forms',
},
SURVEY_MONKEY: {
description: 'Read SurveyMonkey surveys and responses.',
category: 'Surveys',
},
// Content / CMS / data-stores
AIRTABLE: {
description: 'Query Airtable bases, tables, and records for structured data artifacts.',
category: 'Database',
toolCount: 25,
},
CONTENTFUL: {
description: 'Read Contentful content types, entries, and assets.',
category: 'CMS',
},
STORYBLOK: {
description: 'Read Storyblok stories, spaces, and components.',
category: 'CMS',
},
WEBFLOW: {
description: 'Read Webflow sites, collections, and items.',
category: 'CMS',
},
SHOPIFY: {
description: 'Read Shopify products, orders, and customers.',
category: 'Commerce',
},
SQUARE: {
description: 'Read Square payments, catalog, and locations.',
category: 'Payments',
},
SHIPPO: {
description: 'Read Shippo shipments, tracking, and labels.',
category: 'Logistics',
},
LODGIFY: {
description: 'Read Lodgify properties, bookings, and rates.',
category: 'Hospitality',
},
SERVICEM8: {
description: 'Read ServiceM8 jobs, staff, and clients.',
category: 'Field service',
},
// Education / LMS / knowledge
CANVAS: {
description: 'Read Canvas LMS courses, assignments, and submissions.',
category: 'Education',
toolCount: 574,
},
D2LBRIGHTSPACE: {
description: 'Read D2L Brightspace courses, enrollments, and gradebooks.',
category: 'Education',
},
GOOGLE_CLASSROOM: {
description: 'Read Google Classroom courses, coursework, and rosters.',
category: 'Education',
},
BLACKBOARD: {
description: 'Read Blackboard courses, assignments, and users.',
category: 'Education',
},
BLACKBAUD: {
description: 'Read Blackbaud constituents, gifts, and campaigns.',
category: 'Nonprofit',
},
CROWDIN: {
description: 'Read Crowdin projects, strings, and translations.',
category: 'Localization',
},
HUGGING_FACE: {
description: 'Read Hugging Face models, datasets, and spaces metadata.',
category: 'AI infrastructure',
},
YANDEX: {
description: 'Query Yandex services such as search and translate.',
category: 'Search',
},
GOOGLE_MAPS: {
description: 'Query Google Maps places, routes, and geocoding.',
category: 'Maps',
},
GOOGLEPHOTOS: {
description: 'Read Google Photos albums and media metadata.',
category: 'Media',
},
GOOGLECONTACTS: {
description: 'Read Google Contacts people and groups.',
category: 'Contacts',
},
GOOGLE_ADMIN: {
description: 'Read Google Workspace admin directory, users, and groups.',
category: 'Admin',
},
GOOGLESUPER: {
description: 'Unified Google Workspace access across Gmail, Drive, Calendar, and Docs.',
category: 'Productivity',
},
// Security / misc
BITWARDEN: {
description: 'Read Bitwarden organization vaults and metadata (no secret values).',
category: 'Security',
},
BORNEO: {
description: 'Read Borneo data discovery findings and policies.',
category: 'Security',
},
APALEO: {
description: 'Read Apaleo property, reservation, and folio data for hospitality workflows.',
category: 'Hospitality',
},
EXIST: {
description: 'Read Exist personal analytics and correlations.',
category: 'Personal',
},
PUSHBULLET: {
description: 'Read Pushbullet pushes and devices.',
category: 'Personal',
},
STACK_EXCHANGE: {
description: 'Search Stack Exchange questions, answers, and tags across sites.',
category: 'Research',
},
LINKHUT: {
description: 'Read Linkhut bookmarks and tags.',
category: 'Personal',
},
ZOOMINFO: {
description: 'Query ZoomInfo companies, contacts, and intent signals.',
category: 'Sales intelligence',
},
TONEDEN: {
description: 'Read ToneDen campaigns and audiences for music marketing.',
category: 'Marketing',
},
};
/**
* Resolve curated metadata for a toolkit slug. Returns undefined when the
* toolkit has not been manually described yet — callers should fall back
* to a generic description in that case.
*/
export function getComposioToolkitMetadata(slug: string): ComposioToolkitMetadata | undefined {
return COMPOSIO_TOOLKIT_METADATA[slug];
}