@apteva/integrations 0.3.62 → 0.15.3

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 (434) hide show
  1. package/dist/aws-sigv4.d.ts +32 -0
  2. package/dist/aws-sigv4.d.ts.map +1 -0
  3. package/dist/aws-sigv4.js +126 -0
  4. package/dist/aws-sigv4.js.map +1 -0
  5. package/dist/explorer/main.js +21617 -0
  6. package/dist/explorer/main.js.map +90 -0
  7. package/dist/explorer/style.css +2 -0
  8. package/dist/http-executor.d.ts.map +1 -1
  9. package/dist/http-executor.js +145 -12
  10. package/dist/http-executor.js.map +1 -1
  11. package/dist/index.d.ts +1 -1
  12. package/dist/index.d.ts.map +1 -1
  13. package/dist/index.js.map +1 -1
  14. package/dist/mcp-generator.d.ts +7 -2
  15. package/dist/mcp-generator.d.ts.map +1 -1
  16. package/dist/mcp-generator.js +46 -5
  17. package/dist/mcp-generator.js.map +1 -1
  18. package/dist/oauth.js +1 -1
  19. package/dist/oauth.js.map +1 -1
  20. package/dist/types.d.ts +251 -3
  21. package/dist/types.d.ts.map +1 -1
  22. package/dist/ui/github/ActivityFeed.d.ts +24 -0
  23. package/dist/ui/github/ActivityFeed.d.ts.map +1 -0
  24. package/dist/ui/github/ActivityFeed.js +106 -0
  25. package/dist/ui/github/ActivityFeed.js.map +1 -0
  26. package/dist/ui/github/ActivityFeed.mjs +3 -0
  27. package/dist/ui/github/ActivityFeed.mjs.map +29 -0
  28. package/dist/ui/github/CommitCard.d.ts +24 -0
  29. package/dist/ui/github/CommitCard.d.ts.map +1 -0
  30. package/dist/ui/github/CommitCard.js +102 -0
  31. package/dist/ui/github/CommitCard.js.map +1 -0
  32. package/dist/ui/github/CommitCard.mjs +5 -0
  33. package/dist/ui/github/CommitCard.mjs.map +11 -0
  34. package/dist/ui/github/IssueCard.d.ts +33 -0
  35. package/dist/ui/github/IssueCard.d.ts.map +1 -0
  36. package/dist/ui/github/IssueCard.js +131 -0
  37. package/dist/ui/github/IssueCard.js.map +1 -0
  38. package/dist/ui/github/IssueCard.mjs +3 -0
  39. package/dist/ui/github/IssueCard.mjs.map +21 -0
  40. package/dist/ui/github/PullRequestCard.d.ts +36 -0
  41. package/dist/ui/github/PullRequestCard.d.ts.map +1 -0
  42. package/dist/ui/github/PullRequestCard.js +158 -0
  43. package/dist/ui/github/PullRequestCard.js.map +1 -0
  44. package/dist/ui/github/PullRequestCard.mjs +3 -0
  45. package/dist/ui/github/PullRequestCard.mjs.map +22 -0
  46. package/dist/ui/github/WorkflowRunCard.d.ts +30 -0
  47. package/dist/ui/github/WorkflowRunCard.d.ts.map +1 -0
  48. package/dist/ui/github/WorkflowRunCard.js +124 -0
  49. package/dist/ui/github/WorkflowRunCard.js.map +1 -0
  50. package/dist/ui/github/WorkflowRunCard.mjs +3 -0
  51. package/dist/ui/github/WorkflowRunCard.mjs.map +11 -0
  52. package/dist/ui/github/lib/github.d.ts +43 -0
  53. package/dist/ui/github/lib/github.d.ts.map +1 -0
  54. package/dist/ui/github/lib/github.js +151 -0
  55. package/dist/ui/github/lib/github.js.map +1 -0
  56. package/dist/ui/hubspot/ActivityFeed.d.ts +22 -0
  57. package/dist/ui/hubspot/ActivityFeed.d.ts.map +1 -0
  58. package/dist/ui/hubspot/ActivityFeed.js +52 -0
  59. package/dist/ui/hubspot/ActivityFeed.js.map +1 -0
  60. package/dist/ui/hubspot/ActivityFeed.mjs +3 -0
  61. package/dist/ui/hubspot/ActivityFeed.mjs.map +26 -0
  62. package/dist/ui/hubspot/CompanyCard.d.ts +22 -0
  63. package/dist/ui/hubspot/CompanyCard.d.ts.map +1 -0
  64. package/dist/ui/hubspot/CompanyCard.js +63 -0
  65. package/dist/ui/hubspot/CompanyCard.js.map +1 -0
  66. package/dist/ui/hubspot/CompanyCard.mjs +3 -0
  67. package/dist/ui/hubspot/CompanyCard.mjs.map +11 -0
  68. package/dist/ui/hubspot/ContactCard.d.ts +22 -0
  69. package/dist/ui/hubspot/ContactCard.d.ts.map +1 -0
  70. package/dist/ui/hubspot/ContactCard.js +62 -0
  71. package/dist/ui/hubspot/ContactCard.js.map +1 -0
  72. package/dist/ui/hubspot/ContactCard.mjs +3 -0
  73. package/dist/ui/hubspot/ContactCard.mjs.map +11 -0
  74. package/dist/ui/hubspot/ContactList.d.ts +21 -0
  75. package/dist/ui/hubspot/ContactList.d.ts.map +1 -0
  76. package/dist/ui/hubspot/ContactList.js +31 -0
  77. package/dist/ui/hubspot/ContactList.js.map +1 -0
  78. package/dist/ui/hubspot/ContactList.mjs +3 -0
  79. package/dist/ui/hubspot/ContactList.mjs.map +11 -0
  80. package/dist/ui/hubspot/DealCard.d.ts +23 -0
  81. package/dist/ui/hubspot/DealCard.d.ts.map +1 -0
  82. package/dist/ui/hubspot/DealCard.js +63 -0
  83. package/dist/ui/hubspot/DealCard.js.map +1 -0
  84. package/dist/ui/hubspot/DealCard.mjs +3 -0
  85. package/dist/ui/hubspot/DealCard.mjs.map +11 -0
  86. package/dist/ui/hubspot/DealList.d.ts +24 -0
  87. package/dist/ui/hubspot/DealList.d.ts.map +1 -0
  88. package/dist/ui/hubspot/DealList.js +35 -0
  89. package/dist/ui/hubspot/DealList.js.map +1 -0
  90. package/dist/ui/hubspot/DealList.mjs +3 -0
  91. package/dist/ui/hubspot/DealList.mjs.map +11 -0
  92. package/dist/ui/hubspot/EmailCard.d.ts +25 -0
  93. package/dist/ui/hubspot/EmailCard.d.ts.map +1 -0
  94. package/dist/ui/hubspot/EmailCard.js +62 -0
  95. package/dist/ui/hubspot/EmailCard.js.map +1 -0
  96. package/dist/ui/hubspot/EmailCard.mjs +5 -0
  97. package/dist/ui/hubspot/EmailCard.mjs.map +11 -0
  98. package/dist/ui/hubspot/InboxStrip.d.ts +23 -0
  99. package/dist/ui/hubspot/InboxStrip.d.ts.map +1 -0
  100. package/dist/ui/hubspot/InboxStrip.js +36 -0
  101. package/dist/ui/hubspot/InboxStrip.js.map +1 -0
  102. package/dist/ui/hubspot/InboxStrip.mjs +3 -0
  103. package/dist/ui/hubspot/InboxStrip.mjs.map +11 -0
  104. package/dist/ui/hubspot/PipelineStrip.d.ts +22 -0
  105. package/dist/ui/hubspot/PipelineStrip.d.ts.map +1 -0
  106. package/dist/ui/hubspot/PipelineStrip.js +54 -0
  107. package/dist/ui/hubspot/PipelineStrip.js.map +1 -0
  108. package/dist/ui/hubspot/PipelineStrip.mjs +3 -0
  109. package/dist/ui/hubspot/PipelineStrip.mjs.map +11 -0
  110. package/dist/ui/hubspot/TicketCard.d.ts +25 -0
  111. package/dist/ui/hubspot/TicketCard.d.ts.map +1 -0
  112. package/dist/ui/hubspot/TicketCard.js +53 -0
  113. package/dist/ui/hubspot/TicketCard.js.map +1 -0
  114. package/dist/ui/hubspot/TicketCard.mjs +3 -0
  115. package/dist/ui/hubspot/TicketCard.mjs.map +21 -0
  116. package/dist/ui/hubspot/TicketList.d.ts +21 -0
  117. package/dist/ui/hubspot/TicketList.d.ts.map +1 -0
  118. package/dist/ui/hubspot/TicketList.js +33 -0
  119. package/dist/ui/hubspot/TicketList.js.map +1 -0
  120. package/dist/ui/hubspot/TicketList.mjs +3 -0
  121. package/dist/ui/hubspot/TicketList.mjs.map +11 -0
  122. package/dist/ui/hubspot/lib/hubspot.d.ts +24 -0
  123. package/dist/ui/hubspot/lib/hubspot.d.ts.map +1 -0
  124. package/dist/ui/hubspot/lib/hubspot.js +176 -0
  125. package/dist/ui/hubspot/lib/hubspot.js.map +1 -0
  126. package/dist/ui/notion/DatabaseCard.d.ts +24 -0
  127. package/dist/ui/notion/DatabaseCard.d.ts.map +1 -0
  128. package/dist/ui/notion/DatabaseCard.js +86 -0
  129. package/dist/ui/notion/DatabaseCard.js.map +1 -0
  130. package/dist/ui/notion/DatabaseCard.mjs +3 -0
  131. package/dist/ui/notion/DatabaseCard.mjs.map +11 -0
  132. package/dist/ui/notion/DatabaseRowList.d.ts +36 -0
  133. package/dist/ui/notion/DatabaseRowList.d.ts.map +1 -0
  134. package/dist/ui/notion/DatabaseRowList.js +87 -0
  135. package/dist/ui/notion/DatabaseRowList.js.map +1 -0
  136. package/dist/ui/notion/DatabaseRowList.mjs +3 -0
  137. package/dist/ui/notion/DatabaseRowList.mjs.map +11 -0
  138. package/dist/ui/notion/PageCard.d.ts +27 -0
  139. package/dist/ui/notion/PageCard.d.ts.map +1 -0
  140. package/dist/ui/notion/PageCard.js +80 -0
  141. package/dist/ui/notion/PageCard.js.map +1 -0
  142. package/dist/ui/notion/PageCard.mjs +3 -0
  143. package/dist/ui/notion/PageCard.mjs.map +11 -0
  144. package/dist/ui/notion/PageList.d.ts +24 -0
  145. package/dist/ui/notion/PageList.d.ts.map +1 -0
  146. package/dist/ui/notion/PageList.js +51 -0
  147. package/dist/ui/notion/PageList.js.map +1 -0
  148. package/dist/ui/notion/PageList.mjs +3 -0
  149. package/dist/ui/notion/PageList.mjs.map +11 -0
  150. package/dist/ui/notion/lib/notion.d.ts +35 -0
  151. package/dist/ui/notion/lib/notion.d.ts.map +1 -0
  152. package/dist/ui/notion/lib/notion.js +119 -0
  153. package/dist/ui/notion/lib/notion.js.map +1 -0
  154. package/dist/xml-to-json.d.ts +20 -0
  155. package/dist/xml-to-json.d.ts.map +1 -0
  156. package/dist/xml-to-json.js +256 -0
  157. package/dist/xml-to-json.js.map +1 -0
  158. package/package.json +12 -1
  159. package/src/apps/adroll.json +254 -0
  160. package/src/apps/ahrefs.json +156 -0
  161. package/src/apps/airtable.json +4 -13
  162. package/src/apps/algolia.json +115 -0
  163. package/src/apps/alibaba-cloud.json +211 -0
  164. package/src/apps/aliexpress.json +369 -0
  165. package/src/apps/alpaca-market-data.json +699 -0
  166. package/src/apps/alpaca-trading.json +214 -989
  167. package/src/apps/amazon-ads.json +249 -0
  168. package/src/apps/amazon-associates.json +102 -0
  169. package/src/apps/amplitude.json +86 -0
  170. package/src/apps/anchor-browser.json +173 -0
  171. package/src/apps/anthropic-api.json +9 -4
  172. package/src/apps/api-sports.json +180 -0
  173. package/src/apps/apple-search-ads.json +266 -0
  174. package/src/apps/auth0.json +126 -0
  175. package/src/apps/awin.json +111 -0
  176. package/src/apps/aws-codebuild.json +139 -0
  177. package/src/apps/aws-mediaconvert.json +196 -0
  178. package/src/apps/aws-s3.json +108 -192
  179. package/src/apps/aws-ses.json +666 -303
  180. package/src/apps/aws-sns.json +128 -106
  181. package/src/apps/azure-container-apps.json +116 -0
  182. package/src/apps/backblaze-b2.json +175 -0
  183. package/src/apps/bamboohr.json +303 -0
  184. package/src/apps/basiq.json +308 -0
  185. package/src/apps/bigcommerce.json +366 -0
  186. package/src/apps/bigquery.json +121 -0
  187. package/src/apps/binance-trading.json +7 -4
  188. package/src/apps/bing-webmaster-tools.json +158 -0
  189. package/src/apps/bitbucket.json +163 -0
  190. package/src/apps/blacksmith.json +81 -0
  191. package/src/apps/bls.json +104 -0
  192. package/src/apps/bluesky.json +74 -0
  193. package/src/apps/braze.json +103 -0
  194. package/src/apps/brevo.json +4 -1
  195. package/src/apps/brightdata.json +94 -0
  196. package/src/apps/browserbase.json +237 -0
  197. package/src/apps/bscscan.json +150 -0
  198. package/src/apps/buffer.json +121 -0
  199. package/src/apps/buildjet.json +80 -0
  200. package/src/apps/builtwith.json +101 -0
  201. package/src/apps/bunny-cdn.json +104 -0
  202. package/src/apps/bunny-stream.json +205 -3
  203. package/src/apps/byrd.json +585 -0
  204. package/src/apps/calendly.json +10 -7
  205. package/src/apps/campaign-manager-360.json +264 -0
  206. package/src/apps/capturekit.json +51 -0
  207. package/src/apps/circleci.json +212 -0
  208. package/src/apps/cirrus-runners.json +75 -0
  209. package/src/apps/cj-affiliate.json +101 -0
  210. package/src/apps/cjdropshipping.json +278 -0
  211. package/src/apps/clerk.json +153 -0
  212. package/src/apps/cloudflare-containers.json +98 -0
  213. package/src/apps/cloudflare-r2.json +180 -0
  214. package/src/apps/cloudflare.json +474 -157
  215. package/src/apps/cloudinary.json +119 -97
  216. package/src/apps/coconut.json +94 -0
  217. package/src/apps/contentful.json +157 -0
  218. package/src/apps/criteo.json +222 -0
  219. package/src/apps/crunchbase.json +104 -0
  220. package/src/apps/customer-io.json +106 -0
  221. package/src/apps/databricks.json +94 -0
  222. package/src/apps/deepgram.json +3 -0
  223. package/src/apps/deepl.json +113 -0
  224. package/src/apps/deepseek.json +5 -2
  225. package/src/apps/depot.json +102 -0
  226. package/src/apps/digitalocean-spaces.json +121 -0
  227. package/src/apps/digitalocean.json +115 -0
  228. package/src/apps/discord.json +90 -1
  229. package/src/apps/docker-build-cloud.json +68 -0
  230. package/src/apps/duffel.json +193 -77
  231. package/src/apps/dux-soup.json +4 -1
  232. package/src/apps/dv360.json +287 -0
  233. package/src/apps/earthly-cloud.json +84 -0
  234. package/src/apps/eia.json +121 -0
  235. package/src/apps/elasticsearch.json +282 -0
  236. package/src/apps/elevenlabs.json +336 -192
  237. package/src/apps/etherscan.json +162 -0
  238. package/src/apps/etsy.json +484 -0
  239. package/src/apps/eventbrite-events.json +5 -2
  240. package/src/apps/exa.json +101 -0
  241. package/src/apps/facebook-ads.json +3 -3
  242. package/src/apps/facebook-api.json +1484 -37
  243. package/src/apps/finnhub.json +232 -0
  244. package/src/apps/flightapi.json +248 -0
  245. package/src/apps/fly-io.json +134 -0
  246. package/src/apps/fred.json +156 -0
  247. package/src/apps/gdelt.json +96 -0
  248. package/src/apps/gelato.json +123 -0
  249. package/src/apps/gemini.json +143 -49
  250. package/src/apps/getscreenshot.json +52 -0
  251. package/src/apps/github.json +355 -39
  252. package/src/apps/gmail.json +151 -2
  253. package/src/apps/gnews.json +71 -0
  254. package/src/apps/google-analytics.json +311 -0
  255. package/src/apps/google-cloud-storage.json +484 -0
  256. package/src/apps/google-docs.json +2 -2
  257. package/src/apps/google-drive.json +2 -2
  258. package/src/apps/google-places.json +127 -0
  259. package/src/apps/google-search-console.json +126 -0
  260. package/src/apps/google-sheets.json +2 -2
  261. package/src/apps/grafana-cloud.json +98 -0
  262. package/src/apps/groq.json +119 -0
  263. package/src/apps/hetzner-object-storage.json +177 -0
  264. package/src/apps/hetzner.json +255 -367
  265. package/src/apps/heygen.json +828 -141
  266. package/src/apps/hive-fulfillment.json +559 -0
  267. package/src/apps/hotjar.json +91 -0
  268. package/src/apps/huawei-cloud.json +189 -0
  269. package/src/apps/huboo.json +286 -0
  270. package/src/apps/hubspot.json +253 -637
  271. package/src/apps/huggingface.json +5 -2
  272. package/src/apps/hunter.json +5 -2
  273. package/src/apps/hyperbrowser.json +205 -0
  274. package/src/apps/idrive-e2.json +128 -0
  275. package/src/apps/impact.json +106 -0
  276. package/src/apps/instagram-api.json +185 -11
  277. package/src/apps/instantly.json +169 -0
  278. package/src/apps/ionos.json +250 -0
  279. package/src/apps/{learning-platform.json → kalio.json} +162 -3
  280. package/src/apps/kalshi.json +144 -0
  281. package/src/apps/keywords-everywhere.json +86 -0
  282. package/src/apps/kickbox.json +71 -0
  283. package/src/apps/launchdarkly.json +111 -0
  284. package/src/apps/leadbyte.json +600 -0
  285. package/src/apps/leadfeeder.json +89 -0
  286. package/src/apps/lemlist.json +109 -0
  287. package/src/apps/linkedin-ads.json +279 -0
  288. package/src/apps/linkedin.json +96 -2
  289. package/src/apps/linode-object-storage.json +183 -0
  290. package/src/apps/linode.json +160 -0
  291. package/src/apps/lnk-bio.json +5 -2
  292. package/src/apps/loom.json +5 -2
  293. package/src/apps/lusha.json +104 -0
  294. package/src/apps/magalu-cloud.json +187 -0
  295. package/src/apps/majestic.json +117 -0
  296. package/src/apps/manifold-markets.json +144 -0
  297. package/src/apps/mapbox.json +118 -0
  298. package/src/apps/microsoft-ads.json +246 -0
  299. package/src/apps/microsoft-onedrive.json +380 -0
  300. package/src/apps/microsoft-teams.json +315 -96
  301. package/src/apps/millionverifier.json +85 -0
  302. package/src/apps/mindee.json +246 -0
  303. package/src/apps/miro.json +138 -0
  304. package/src/apps/mistral.json +129 -0
  305. package/src/apps/mixpanel.json +95 -0
  306. package/src/apps/moz.json +127 -0
  307. package/src/apps/mux.json +201 -0
  308. package/src/apps/namecheap.json +321 -123
  309. package/src/apps/namespace-cloud.json +84 -0
  310. package/src/apps/naver-cloud.json +184 -0
  311. package/src/apps/neon.json +122 -0
  312. package/src/apps/netlify.json +124 -0
  313. package/src/apps/neverbounce.json +92 -0
  314. package/src/apps/newrelic.json +80 -0
  315. package/src/apps/newsapi.json +86 -0
  316. package/src/apps/ngrok.json +29 -0
  317. package/src/apps/nixbuild.json +116 -0
  318. package/src/apps/northflank.json +161 -0
  319. package/src/apps/notion.json +3 -0
  320. package/src/apps/okta.json +131 -0
  321. package/src/apps/omnikit-analytics.json +73 -1
  322. package/src/apps/omnikit-api-gateway.json +74 -2
  323. package/src/apps/omnikit-billing.json +73 -1
  324. package/src/apps/omnikit-cms.json +73 -1
  325. package/src/apps/omnikit-code-ops.json +76 -4
  326. package/src/apps/omnikit-functions.json +74 -2
  327. package/src/apps/omnikit-intelligence.json +176 -33
  328. package/src/apps/omnikit-management.json +73 -1
  329. package/src/apps/omnikit-media.json +73 -1
  330. package/src/apps/omnikit-messaging.json +72 -0
  331. package/src/apps/omnikit-redirects.json +73 -1
  332. package/src/apps/omnikit-sites.json +325 -66
  333. package/src/apps/omnikit-storage.json +104 -7
  334. package/src/apps/omnikit-webhooks.json +73 -1
  335. package/src/apps/omnikit-workflows.json +73 -1
  336. package/src/apps/onesignal.json +108 -0
  337. package/src/apps/openai-api.json +176 -30
  338. package/src/apps/openai-codex.json +187 -0
  339. package/src/apps/opencode-go.json +113 -0
  340. package/src/apps/optinmonster.json +7 -4
  341. package/src/apps/outlook-calendar.json +350 -0
  342. package/src/apps/outlook-mail.json +337 -0
  343. package/src/apps/outscraper.json +118 -0
  344. package/src/apps/ovhcloud.json +209 -0
  345. package/src/apps/paddle.json +170 -0
  346. package/src/apps/pagerduty.json +151 -0
  347. package/src/apps/partnerstack.json +118 -0
  348. package/src/apps/perplexity.json +37 -0
  349. package/src/apps/phantombuster.json +85 -0
  350. package/src/apps/pinecone.json +129 -0
  351. package/src/apps/pinterest-ads.json +261 -0
  352. package/src/apps/pinterest.json +217 -0
  353. package/src/apps/planetscale.json +139 -0
  354. package/src/apps/polygonscan.json +157 -0
  355. package/src/apps/polymarket-clob.json +184 -0
  356. package/src/apps/polymarket-data.json +153 -0
  357. package/src/apps/porkbun.json +609 -145
  358. package/src/apps/posthog.json +107 -0
  359. package/src/apps/pushover.json +28 -0
  360. package/src/apps/quora-ads.json +251 -0
  361. package/src/apps/railway.json +57 -0
  362. package/src/apps/reddit-ads.json +238 -0
  363. package/src/apps/reddit.json +274 -0
  364. package/src/apps/render.json +124 -0
  365. package/src/apps/replicate.json +5 -2
  366. package/src/apps/reply-io.json +111 -0
  367. package/src/apps/resend.json +110 -0
  368. package/src/apps/ringover.json +1144 -0
  369. package/src/apps/rocketreach.json +158 -0
  370. package/src/apps/rollbar.json +88 -0
  371. package/src/apps/runs-on.json +70 -0
  372. package/src/apps/sanity.json +89 -0
  373. package/src/apps/scaleway-object-storage.json +175 -0
  374. package/src/apps/scrapingbee.json +75 -0
  375. package/src/apps/screenshotlayer.json +49 -0
  376. package/src/apps/screenshotmachine.json +49 -0
  377. package/src/apps/se-ranking.json +239 -0
  378. package/src/apps/seamless-ai.json +91 -0
  379. package/src/apps/sec-edgar.json +107 -0
  380. package/src/apps/segment.json +104 -0
  381. package/src/apps/semrush.json +153 -0
  382. package/src/apps/sentry.json +109 -0
  383. package/src/apps/serpapi.json +95 -0
  384. package/src/apps/serper.json +139 -0
  385. package/src/apps/shareasale.json +130 -0
  386. package/src/apps/skimlinks.json +48 -0
  387. package/src/apps/slack.json +101 -0
  388. package/src/apps/smartlead.json +146 -0
  389. package/src/apps/snapchat-ads.json +238 -0
  390. package/src/apps/snaprender.json +64 -0
  391. package/src/apps/snowflake.json +70 -0
  392. package/src/apps/snyk.json +108 -0
  393. package/src/apps/socialcast.json +74 -8
  394. package/src/apps/sovrn.json +125 -0
  395. package/src/apps/spotify-ads.json +231 -0
  396. package/src/apps/steel.json +239 -0
  397. package/src/apps/stocktwits.json +120 -0
  398. package/src/apps/stripe.json +153 -0
  399. package/src/apps/target-circle.json +348 -0
  400. package/src/apps/tavily.json +104 -0
  401. package/src/apps/tavus.json +403 -0
  402. package/src/apps/telegram.json +5 -2
  403. package/src/apps/teller.json +187 -0
  404. package/src/apps/tencent-cloud.json +214 -0
  405. package/src/apps/tennis-abstract.json +108 -0
  406. package/src/apps/the-odds-api.json +132 -0
  407. package/src/apps/the-sports-db.json +163 -0
  408. package/src/apps/tiktok-ads.json +295 -0
  409. package/src/apps/tiktok-api.json +181 -7
  410. package/src/apps/together.json +5 -2
  411. package/src/apps/trade-desk.json +237 -0
  412. package/src/apps/trading212.json +26 -29
  413. package/src/apps/transloadit.json +138 -0
  414. package/src/apps/truelayer.json +318 -0
  415. package/src/apps/twilio.json +313 -42
  416. package/src/apps/twitter-api.json +216 -33
  417. package/src/apps/ubicloud.json +82 -0
  418. package/src/apps/uplead.json +105 -0
  419. package/src/apps/upstash.json +90 -0
  420. package/src/apps/valueserp.json +63 -0
  421. package/src/apps/venice-ai.json +685 -0
  422. package/src/apps/vercel.json +137 -0
  423. package/src/apps/wappalyzer.json +65 -0
  424. package/src/apps/wasabi.json +175 -0
  425. package/src/apps/whale-alert.json +74 -0
  426. package/src/apps/whatsapp-business.json +131 -0
  427. package/src/apps/wikipedia.json +112 -0
  428. package/src/apps/workos.json +123 -0
  429. package/src/apps/yahoo-dsp.json +265 -0
  430. package/src/apps/yahoo-finance.json +60 -0
  431. package/src/apps/youtube-api.json +520 -142
  432. package/src/apps/zenrows.json +47 -0
  433. package/src/apps/zenserp.json +99 -0
  434. package/src/apps/zerobounce.json +80 -0
@@ -82,6 +82,13 @@
82
82
  "default": "id,name,username,description,profile_image_url,public_metrics,verified,created_at"
83
83
  }
84
84
  }
85
+ },
86
+ "mock_response": {
87
+ "data": {
88
+ "id": "1500000000000000001",
89
+ "name": "Apteva",
90
+ "username": "apteva"
91
+ }
85
92
  }
86
93
  },
87
94
  {
@@ -105,6 +112,13 @@
105
112
  "required": [
106
113
  "username"
107
114
  ]
115
+ },
116
+ "mock_response": {
117
+ "data": {
118
+ "id": "1500000000000000002",
119
+ "name": "Dev Account",
120
+ "username": "devaccount"
121
+ }
108
122
  }
109
123
  },
110
124
  {
@@ -138,6 +152,15 @@
138
152
  "required": [
139
153
  "tweet_id"
140
154
  ]
155
+ },
156
+ "mock_response": {
157
+ "data": {
158
+ "id": "1790000000000000001",
159
+ "text": "Shipping agents today.",
160
+ "edit_history_tweet_ids": [
161
+ "1790000000000000001"
162
+ ]
163
+ }
141
164
  }
142
165
  },
143
166
  {
@@ -187,6 +210,15 @@
187
210
  "required": [
188
211
  "text"
189
212
  ]
213
+ },
214
+ "mock_response": {
215
+ "data": {
216
+ "id": "1790000000000000099",
217
+ "text": "(tweet text)",
218
+ "edit_history_tweet_ids": [
219
+ "1790000000000000099"
220
+ ]
221
+ }
190
222
  }
191
223
  },
192
224
  {
@@ -205,6 +237,11 @@
205
237
  "required": [
206
238
  "tweet_id"
207
239
  ]
240
+ },
241
+ "mock_response": {
242
+ "data": {
243
+ "deleted": true
244
+ }
208
245
  }
209
246
  },
210
247
  {
@@ -265,6 +302,22 @@
265
302
  "required": [
266
303
  "query"
267
304
  ]
305
+ },
306
+ "mock_response": {
307
+ "data": [
308
+ {
309
+ "id": "1790000000000000050",
310
+ "text": "Anyone using agent frameworks in production?",
311
+ "edit_history_tweet_ids": [
312
+ "1790000000000000050"
313
+ ]
314
+ }
315
+ ],
316
+ "meta": {
317
+ "newest_id": "1790000000000000050",
318
+ "oldest_id": "1790000000000000050",
319
+ "result_count": 1
320
+ }
268
321
  }
269
322
  },
270
323
  {
@@ -311,6 +364,22 @@
311
364
  "required": [
312
365
  "user_id"
313
366
  ]
367
+ },
368
+ "mock_response": {
369
+ "data": [
370
+ {
371
+ "id": "1790000000000000001",
372
+ "text": "Shipping agents today.",
373
+ "edit_history_tweet_ids": [
374
+ "1790000000000000001"
375
+ ]
376
+ }
377
+ ],
378
+ "meta": {
379
+ "result_count": 1,
380
+ "newest_id": "1790000000000000001",
381
+ "oldest_id": "1790000000000000001"
382
+ }
314
383
  }
315
384
  },
316
385
  {
@@ -398,6 +467,22 @@
398
467
  "required": [
399
468
  "user_id"
400
469
  ]
470
+ },
471
+ "mock_response": {
472
+ "data": [
473
+ {
474
+ "id": "1790000000000000060",
475
+ "text": "New release is out.",
476
+ "edit_history_tweet_ids": [
477
+ "1790000000000000060"
478
+ ]
479
+ }
480
+ ],
481
+ "meta": {
482
+ "result_count": 1,
483
+ "newest_id": "1790000000000000060",
484
+ "oldest_id": "1790000000000000060"
485
+ }
401
486
  }
402
487
  },
403
488
  {
@@ -432,6 +517,18 @@
432
517
  "required": [
433
518
  "user_id"
434
519
  ]
520
+ },
521
+ "mock_response": {
522
+ "data": [
523
+ {
524
+ "id": "1500000000000000010",
525
+ "name": "Follower One",
526
+ "username": "follower_one"
527
+ }
528
+ ],
529
+ "meta": {
530
+ "result_count": 1
531
+ }
435
532
  }
436
533
  },
437
534
  {
@@ -466,6 +563,18 @@
466
563
  "required": [
467
564
  "user_id"
468
565
  ]
566
+ },
567
+ "mock_response": {
568
+ "data": [
569
+ {
570
+ "id": "1500000000000000020",
571
+ "name": "Following One",
572
+ "username": "following_one"
573
+ }
574
+ ],
575
+ "meta": {
576
+ "result_count": 1
577
+ }
469
578
  }
470
579
  },
471
580
  {
@@ -489,6 +598,12 @@
489
598
  "user_id",
490
599
  "target_user_id"
491
600
  ]
601
+ },
602
+ "mock_response": {
603
+ "data": {
604
+ "following": true,
605
+ "pending_follow": false
606
+ }
492
607
  }
493
608
  },
494
609
  {
@@ -535,6 +650,11 @@
535
650
  "user_id",
536
651
  "tweet_id"
537
652
  ]
653
+ },
654
+ "mock_response": {
655
+ "data": {
656
+ "liked": true
657
+ }
538
658
  }
539
659
  },
540
660
  {
@@ -581,6 +701,11 @@
581
701
  "user_id",
582
702
  "tweet_id"
583
703
  ]
704
+ },
705
+ "mock_response": {
706
+ "data": {
707
+ "retweeted": true
708
+ }
584
709
  }
585
710
  },
586
711
  {
@@ -979,6 +1104,12 @@
979
1104
  "participant_id",
980
1105
  "text"
981
1106
  ]
1107
+ },
1108
+ "mock_response": {
1109
+ "data": {
1110
+ "dm_conversation_id": "1500000000000000001-1500000000000000002",
1111
+ "dm_event_id": "1790000000000000200"
1112
+ }
982
1113
  }
983
1114
  },
984
1115
  {
@@ -1086,12 +1217,24 @@
1086
1217
  "type": "string"
1087
1218
  },
1088
1219
  "description": "User IDs who can use this media"
1220
+ },
1221
+ "shared": {
1222
+ "type": "boolean",
1223
+ "description": "Whether this media can be shared with additional owners",
1224
+ "default": false
1089
1225
  }
1090
1226
  },
1091
1227
  "required": [
1092
1228
  "media",
1093
1229
  "media_category"
1094
1230
  ]
1231
+ },
1232
+ "mock_response": {
1233
+ "data": {
1234
+ "id": "1790000000000000300",
1235
+ "media_key": "3_1790000000000000300",
1236
+ "expires_after_secs": 86400
1237
+ }
1095
1238
  }
1096
1239
  },
1097
1240
  {
@@ -1189,61 +1332,101 @@
1189
1332
  ]
1190
1333
  }
1191
1334
  },
1335
+ {
1336
+ "name": "get_media_upload_status",
1337
+ "description": "Poll the processing status for an initialized/finalized media upload. Required for videos and other media that return processing_info before they can be attached to a post.",
1338
+ "method": "GET",
1339
+ "path": "/2/media/upload",
1340
+ "input_schema": {
1341
+ "type": "object",
1342
+ "properties": {
1343
+ "media_id": {
1344
+ "type": "string",
1345
+ "description": "Media ID returned by upload_init or upload_media"
1346
+ }
1347
+ },
1348
+ "required": [
1349
+ "media_id"
1350
+ ]
1351
+ },
1352
+ "mock_response": {
1353
+ "data": {
1354
+ "id": "1790000000000000300",
1355
+ "processing_info": {
1356
+ "state": "succeeded",
1357
+ "progress_percent": 100
1358
+ }
1359
+ }
1360
+ }
1361
+ },
1192
1362
  {
1193
1363
  "name": "get_tweet_analytics",
1194
- "description": "Get engagement metrics for one or more tweets. Returns public_metrics (impressions, likes, retweets, replies, quotes, bookmarks) and optionally non_public_metrics and organic_metrics (requires tweet owner auth). Up to 100 tweet IDs per request.\n\nExample:\n{\n \"tweetIds\": [\"1234567890\", \"0987654321\"],\n \"include_non_public\": true\n}",
1364
+ "description": "Get engagement metrics for a single tweet. Returns public_metrics (impression_count, like_count, retweet_count, reply_count, quote_count, bookmark_count) under data.public_metrics. Calls X API v2: GET /2/tweets/{id}?tweet.fields=public_metrics.",
1195
1365
  "method": "GET",
1196
- "path": "/get-tweet-analytics",
1366
+ "path": "/2/tweets/{tweet_id}",
1197
1367
  "input_schema": {
1198
1368
  "type": "object",
1199
1369
  "properties": {
1200
- "tweetIds": {
1201
- "type": "array",
1202
- "description": "Array of tweet IDs to get analytics for (max 100)",
1203
- "items": {
1204
- "type": "string"
1205
- },
1206
- "maxItems": 100
1207
- },
1208
- "tweetId": {
1370
+ "tweet_id": {
1209
1371
  "type": "string",
1210
- "description": "Single tweet ID (alternative to tweetIds array)"
1372
+ "description": "The tweet ID to fetch metrics for"
1211
1373
  },
1212
- "include_non_public": {
1213
- "type": "boolean",
1214
- "description": "Include non_public_metrics and organic_metrics (requires tweet owner authentication)",
1215
- "default": false
1374
+ "tweet.fields": {
1375
+ "type": "string",
1376
+ "description": "Comma-separated tweet field expansions; default 'public_metrics' covers the engagement counts. Pass 'public_metrics,non_public_metrics,organic_metrics' for owner-only metrics (requires tweet owner authentication).",
1377
+ "default": "public_metrics"
1216
1378
  }
1217
- }
1379
+ },
1380
+ "required": [
1381
+ "tweet_id"
1382
+ ]
1218
1383
  }
1219
1384
  },
1220
1385
  {
1221
- "name": "get_account_analytics",
1222
- "description": "Get account-level analytics for an X/Twitter user. Returns profile public_metrics (followers, following, tweet count, listed count) and optionally aggregated engagement metrics from recent original tweets (total impressions, likes, retweets, replies, quotes, bookmarks, and average engagement rate).\n\nExample:\n{\n \"userId\": \"1234567890\",\n \"include_recent_tweets\": true,\n \"recent_tweet_count\": 20\n}",
1386
+ "name": "get_post_analytics",
1387
+ "description": "Get time-series or total analytics for one or more posts owned by the authenticated user. Use for richer owner metrics such as impressions, engagements, media views, URL clicks, follows, and profile clicks when the X API plan permits analytics access.",
1223
1388
  "method": "GET",
1224
- "path": "/get-account-analytics",
1389
+ "path": "/2/tweets/analytics",
1225
1390
  "input_schema": {
1226
1391
  "type": "object",
1227
1392
  "properties": {
1228
- "userId": {
1393
+ "ids": {
1229
1394
  "type": "string",
1230
- "description": "X/Twitter user ID"
1395
+ "description": "Comma-separated post IDs to fetch analytics for"
1231
1396
  },
1232
- "include_recent_tweets": {
1233
- "type": "boolean",
1234
- "description": "Include recent tweets and engagement summary",
1235
- "default": true
1397
+ "granularity": {
1398
+ "type": "string",
1399
+ "enum": [
1400
+ "hourly",
1401
+ "daily",
1402
+ "weekly",
1403
+ "total"
1404
+ ],
1405
+ "description": "Analytics aggregation granularity",
1406
+ "default": "total"
1236
1407
  },
1237
- "recent_tweet_count": {
1238
- "type": "integer",
1239
- "description": "Number of recent tweets to analyze (max 100)",
1240
- "default": 10
1408
+ "analytics.fields": {
1409
+ "type": "string",
1410
+ "description": "Comma-separated analytics fields to return",
1411
+ "default": "impressions,engagements,likes,replies,retweets,quote_tweets,bookmarks,media_views,url_clicks,user_profile_clicks"
1412
+ },
1413
+ "start_time": {
1414
+ "type": "string",
1415
+ "description": "Optional ISO 8601 start time"
1416
+ },
1417
+ "end_time": {
1418
+ "type": "string",
1419
+ "description": "Optional ISO 8601 end time"
1241
1420
  }
1242
1421
  },
1243
1422
  "required": [
1244
- "userId"
1423
+ "ids",
1424
+ "granularity"
1245
1425
  ]
1246
1426
  }
1247
1427
  }
1248
- ]
1249
- }
1428
+ ],
1429
+ "health_check": {
1430
+ "tool": "get_me"
1431
+ }
1432
+ }
@@ -0,0 +1,82 @@
1
+ {
2
+ "slug": "ubicloud",
3
+ "name": "Ubicloud",
4
+ "description": "Open-source AWS alternative running on bare metal. Cheapest GitHub Actions runners on the market (~$0.0008/min for 2 vCPU/8 GB) plus elastic compute, managed Postgres, K8s. Bearer-token API; resources are split into global (project-wide) and location-scoped (eu-central-h1, us-east-a2, etc.).",
5
+ "logo": "https://www.google.com/s2/favicons?domain=ubicloud.com&sz=128",
6
+ "categories": ["build", "ci", "github-actions", "compute", "infrastructure", "devops"],
7
+ "base_url": "https://api.ubicloud.com",
8
+ "auth": {
9
+ "types": ["bearer"],
10
+ "headers": { "Authorization": "Bearer {{token}}" },
11
+ "credential_fields": [
12
+ { "name": "token", "label": "Personal Access Token", "description": "Create from console.ubicloud.com → project → Tokens", "required": true, "type": "password" },
13
+ { "name": "project_id", "label": "Project ID", "description": "Ubicloud project UUID the token is scoped to", "required": true, "type": "text" }
14
+ ]
15
+ },
16
+ "tools": [
17
+ {
18
+ "name": "list_projects",
19
+ "description": "List projects the token has access to.",
20
+ "method": "GET",
21
+ "path": "/project",
22
+ "input_schema": { "type": "object", "properties": {} }
23
+ },
24
+ {
25
+ "name": "list_vms",
26
+ "description": "List VMs in a location. Args: location (e.g. eu-central-h1).",
27
+ "method": "GET",
28
+ "path": "/project/{{project_id}}/location/{location}/vm",
29
+ "input_schema": {
30
+ "type": "object",
31
+ "properties": { "location": { "type": "string" } },
32
+ "required": ["location"]
33
+ }
34
+ },
35
+ {
36
+ "name": "create_vm",
37
+ "description": "Provision a VM. Args: location, name, public_key (SSH), size (standard-2|standard-4|...), boot_image?, storage_size_gib?.",
38
+ "method": "POST",
39
+ "path": "/project/{{project_id}}/location/{location}/vm/{name}",
40
+ "input_schema": {
41
+ "type": "object",
42
+ "properties": {
43
+ "location": { "type": "string" },
44
+ "name": { "type": "string" },
45
+ "public_key": { "type": "string" },
46
+ "size": { "type": "string" },
47
+ "boot_image": { "type": "string" },
48
+ "storage_size_gib": { "type": "integer" }
49
+ },
50
+ "required": ["location", "name", "public_key", "size"]
51
+ }
52
+ },
53
+ {
54
+ "name": "delete_vm",
55
+ "description": "Destroy a VM. Args: location, name.",
56
+ "method": "DELETE",
57
+ "path": "/project/{{project_id}}/location/{location}/vm/{name}",
58
+ "input_schema": {
59
+ "type": "object",
60
+ "properties": {
61
+ "location": { "type": "string" },
62
+ "name": { "type": "string" }
63
+ },
64
+ "required": ["location", "name"]
65
+ }
66
+ },
67
+ {
68
+ "name": "list_github_runners",
69
+ "description": "List GitHub Actions runner installations.",
70
+ "method": "GET",
71
+ "path": "/project/{{project_id}}/github-runner",
72
+ "input_schema": { "type": "object", "properties": {} }
73
+ },
74
+ {
75
+ "name": "list_firewalls",
76
+ "description": "List global firewalls.",
77
+ "method": "GET",
78
+ "path": "/project/{{project_id}}/firewall",
79
+ "input_schema": { "type": "object", "properties": {} }
80
+ }
81
+ ]
82
+ }
@@ -0,0 +1,105 @@
1
+ {
2
+ "slug": "uplead",
3
+ "name": "UpLead",
4
+ "description": "B2B contact + company database with 95% accuracy guarantee on emails. Smaller than Apollo but emphasizes data quality. Per-credit pricing, good for SMB-focused lists.",
5
+ "logo": "https://www.google.com/s2/favicons?domain=uplead.com&sz=128",
6
+ "categories": ["sales", "leads", "enrichment", "prospecting", "b2b"],
7
+ "base_url": "https://api.uplead.com/v2",
8
+ "auth": {
9
+ "types": ["api_key"],
10
+ "headers": {
11
+ "Authorization": "{{api_key}}"
12
+ },
13
+ "credential_fields": [
14
+ {
15
+ "name": "api_key",
16
+ "label": "API key",
17
+ "description": "UpLead API key from app.uplead.com → Settings → API"
18
+ }
19
+ ]
20
+ },
21
+ "tools": [
22
+ {
23
+ "name": "person_search",
24
+ "description": "Search contacts by company domain, title, location, seniority, department.",
25
+ "method": "GET",
26
+ "path": "/person-search",
27
+ "input_schema": {
28
+ "type": "object",
29
+ "properties": {
30
+ "domain": { "type": "string", "description": "Company domain to search at" },
31
+ "first_name": { "type": "string" },
32
+ "last_name": { "type": "string" },
33
+ "title": { "type": "string" },
34
+ "title_keywords": { "type": "string", "description": "Comma-separated title keywords" },
35
+ "seniority": { "type": "string" },
36
+ "department": { "type": "string" },
37
+ "country": { "type": "string" },
38
+ "state": { "type": "string" },
39
+ "city": { "type": "string" },
40
+ "industry": { "type": "string" },
41
+ "employees": { "type": "string", "description": "Range, e.g. '11-50'" },
42
+ "page": { "type": "integer", "default": 1 },
43
+ "limit": { "type": "integer", "default": 25, "maximum": 100 }
44
+ }
45
+ }
46
+ },
47
+ {
48
+ "name": "person_lookup",
49
+ "description": "Find a single contact by first name, last name, and company domain. Returns email + phone.",
50
+ "method": "GET",
51
+ "path": "/person-search",
52
+ "input_schema": {
53
+ "type": "object",
54
+ "properties": {
55
+ "first_name": { "type": "string" },
56
+ "last_name": { "type": "string" },
57
+ "domain": { "type": "string" }
58
+ },
59
+ "required": ["first_name", "last_name", "domain"]
60
+ }
61
+ },
62
+ {
63
+ "name": "company_search",
64
+ "description": "Search companies by industry, size, location, technologies.",
65
+ "method": "GET",
66
+ "path": "/company-search",
67
+ "input_schema": {
68
+ "type": "object",
69
+ "properties": {
70
+ "domain": { "type": "string" },
71
+ "industry": { "type": "string" },
72
+ "country": { "type": "string" },
73
+ "state": { "type": "string" },
74
+ "city": { "type": "string" },
75
+ "employees": { "type": "string" },
76
+ "revenue": { "type": "string" },
77
+ "technology": { "type": "string", "description": "Tech name, e.g. 'Shopify'" },
78
+ "keywords": { "type": "string" },
79
+ "page": { "type": "integer", "default": 1 },
80
+ "limit": { "type": "integer", "default": 25 }
81
+ }
82
+ }
83
+ },
84
+ {
85
+ "name": "email_verify",
86
+ "description": "Verify a single email address.",
87
+ "method": "GET",
88
+ "path": "/email-verify",
89
+ "input_schema": {
90
+ "type": "object",
91
+ "properties": {
92
+ "email": { "type": "string" }
93
+ },
94
+ "required": ["email"]
95
+ }
96
+ },
97
+ {
98
+ "name": "credits",
99
+ "description": "Get remaining credits for the current account.",
100
+ "method": "GET",
101
+ "path": "/credits",
102
+ "input_schema": { "type": "object", "properties": {} }
103
+ }
104
+ ]
105
+ }
@@ -0,0 +1,90 @@
1
+ {
2
+ "slug": "upstash",
3
+ "name": "Upstash",
4
+ "description": "MCP server for Upstash - serverless Redis and Kafka databases, REST commands",
5
+ "logo": "https://www.google.com/s2/favicons?domain=upstash.com&sz=128",
6
+ "categories": ["database", "redis", "kafka", "serverless", "cache"],
7
+ "base_url": "https://api.upstash.com/v2",
8
+ "auth": {
9
+ "types": ["basic"],
10
+ "headers": { "Authorization": "Basic {{basic}}" },
11
+ "credential_fields": [
12
+ { "name": "email", "label": "Account Email", "description": "Used as HTTP Basic username" },
13
+ { "name": "apiKey", "label": "Management API Key" },
14
+ { "name": "redisRestUrl", "label": "Redis REST URL", "description": "For data-plane commands" },
15
+ { "name": "redisRestToken", "label": "Redis REST Token" }
16
+ ]
17
+ },
18
+ "tools": [
19
+ {
20
+ "name": "list_redis_databases",
21
+ "description": "List Redis databases",
22
+ "method": "GET",
23
+ "path": "/redis/databases",
24
+ "input_schema": { "type": "object", "properties": {} }
25
+ },
26
+ {
27
+ "name": "create_redis_database",
28
+ "description": "Create a Redis database",
29
+ "method": "POST",
30
+ "path": "/redis/database",
31
+ "input_schema": {
32
+ "type": "object",
33
+ "properties": {
34
+ "name": { "type": "string" },
35
+ "region": { "type": "string" },
36
+ "tls": { "type": "boolean" },
37
+ "primary_region": { "type": "string" },
38
+ "read_regions": { "type": "array" }
39
+ },
40
+ "required": ["name", "region"]
41
+ }
42
+ },
43
+ {
44
+ "name": "delete_redis_database",
45
+ "description": "Delete a Redis database",
46
+ "method": "DELETE",
47
+ "path": "/redis/database/{id}",
48
+ "input_schema": {
49
+ "type": "object",
50
+ "properties": { "id": { "type": "string" } },
51
+ "required": ["id"]
52
+ }
53
+ },
54
+ {
55
+ "name": "redis_command",
56
+ "description": "Execute a Redis command against a database (use redisRestUrl as base)",
57
+ "method": "POST",
58
+ "path": "{redis_rest_url}/",
59
+ "input_schema": {
60
+ "type": "object",
61
+ "properties": {
62
+ "redis_rest_url": { "type": "string" },
63
+ "command": { "type": "array", "items": { "type": "string" }, "description": "e.g. [\"SET\", \"key\", \"value\"]" }
64
+ },
65
+ "required": ["redis_rest_url", "command"]
66
+ }
67
+ },
68
+ {
69
+ "name": "redis_pipeline",
70
+ "description": "Execute multiple Redis commands in a pipeline",
71
+ "method": "POST",
72
+ "path": "{redis_rest_url}/pipeline",
73
+ "input_schema": {
74
+ "type": "object",
75
+ "properties": {
76
+ "redis_rest_url": { "type": "string" },
77
+ "commands": { "type": "array" }
78
+ },
79
+ "required": ["redis_rest_url", "commands"]
80
+ }
81
+ },
82
+ {
83
+ "name": "list_kafka_clusters",
84
+ "description": "List Kafka clusters",
85
+ "method": "GET",
86
+ "path": "/kafka/clusters",
87
+ "input_schema": { "type": "object", "properties": {} }
88
+ }
89
+ ]
90
+ }