@jini-ai/integrations 0.1.0

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