@apteva/integrations 0.3.61 → 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 +105 -8
  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
@@ -0,0 +1,70 @@
1
+ {
2
+ "slug": "snowflake",
3
+ "name": "Snowflake",
4
+ "description": "MCP server for Snowflake - execute SQL statements via SQL API",
5
+ "logo": "https://www.google.com/s2/favicons?domain=snowflake.com&sz=128",
6
+ "categories": ["data-warehouse", "database", "analytics", "sql"],
7
+ "base_url": "https://{{accountIdentifier}}.snowflakecomputing.com/api/v2",
8
+ "auth": {
9
+ "types": ["bearer"],
10
+ "headers": {
11
+ "Authorization": "Bearer {{token}}",
12
+ "X-Snowflake-Authorization-Token-Type": "KEYPAIR_JWT"
13
+ },
14
+ "credential_fields": [
15
+ { "name": "accountIdentifier", "label": "Account Identifier", "description": "e.g. xy12345.us-east-1" },
16
+ { "name": "token", "label": "JWT Token", "description": "Key-pair JWT or OAuth token" },
17
+ { "name": "user", "label": "Username" },
18
+ { "name": "warehouse", "label": "Warehouse" },
19
+ { "name": "database", "label": "Database" },
20
+ { "name": "schema", "label": "Schema" },
21
+ { "name": "role", "label": "Role" }
22
+ ]
23
+ },
24
+ "tools": [
25
+ {
26
+ "name": "submit_statement",
27
+ "description": "Submit a SQL statement",
28
+ "method": "POST",
29
+ "path": "/statements",
30
+ "input_schema": {
31
+ "type": "object",
32
+ "properties": {
33
+ "statement": { "type": "string" },
34
+ "database": { "type": "string" },
35
+ "schema": { "type": "string" },
36
+ "warehouse": { "type": "string" },
37
+ "role": { "type": "string" },
38
+ "bindings": { "type": "object" },
39
+ "timeout": { "type": "number" }
40
+ },
41
+ "required": ["statement"]
42
+ }
43
+ },
44
+ {
45
+ "name": "get_statement_status",
46
+ "description": "Check the status of a submitted statement",
47
+ "method": "GET",
48
+ "path": "/statements/{statement_handle}",
49
+ "input_schema": {
50
+ "type": "object",
51
+ "properties": {
52
+ "statement_handle": { "type": "string" },
53
+ "partition": { "type": "number" }
54
+ },
55
+ "required": ["statement_handle"]
56
+ }
57
+ },
58
+ {
59
+ "name": "cancel_statement",
60
+ "description": "Cancel a running statement",
61
+ "method": "POST",
62
+ "path": "/statements/{statement_handle}/cancel",
63
+ "input_schema": {
64
+ "type": "object",
65
+ "properties": { "statement_handle": { "type": "string" } },
66
+ "required": ["statement_handle"]
67
+ }
68
+ }
69
+ ]
70
+ }
@@ -0,0 +1,108 @@
1
+ {
2
+ "slug": "snyk",
3
+ "name": "Snyk",
4
+ "description": "MCP server for Snyk - organizations, projects, issues, and targets via the Snyk REST API",
5
+ "logo": "https://www.google.com/s2/favicons?domain=snyk.io&sz=128",
6
+ "categories": ["security", "developer-tools", "vulnerability-scanning", "devops"],
7
+ "base_url": "https://api.snyk.io/rest",
8
+ "auth": {
9
+ "types": ["api_key"],
10
+ "headers": { "Authorization": "token {{api_key}}" },
11
+ "query_params": { "version": "2024-10-15" },
12
+ "credential_fields": [
13
+ { "name": "api_key", "label": "API Token", "description": "API token from Account Settings → General → Auth Token" }
14
+ ]
15
+ },
16
+ "tools": [
17
+ {
18
+ "name": "list_orgs",
19
+ "description": "List organizations the user belongs to",
20
+ "method": "GET",
21
+ "path": "/orgs",
22
+ "input_schema": {
23
+ "type": "object",
24
+ "properties": {
25
+ "limit": { "type": "integer" }
26
+ }
27
+ },
28
+ "query_params": ["limit"]
29
+ },
30
+ {
31
+ "name": "get_org",
32
+ "description": "Get a single organization",
33
+ "method": "GET",
34
+ "path": "/orgs/{org_id}",
35
+ "input_schema": {
36
+ "type": "object",
37
+ "properties": { "org_id": { "type": "string" } },
38
+ "required": ["org_id"]
39
+ }
40
+ },
41
+ {
42
+ "name": "list_projects",
43
+ "description": "List projects in an organization",
44
+ "method": "GET",
45
+ "path": "/orgs/{org_id}/projects",
46
+ "input_schema": {
47
+ "type": "object",
48
+ "properties": {
49
+ "org_id": { "type": "string" },
50
+ "limit": { "type": "integer" },
51
+ "names": { "type": "string", "description": "Comma-separated project names" },
52
+ "origins": { "type": "string", "description": "Comma-separated origins, e.g. github,gitlab" },
53
+ "types": { "type": "string", "description": "Comma-separated project types, e.g. npm,maven" }
54
+ },
55
+ "required": ["org_id"]
56
+ },
57
+ "query_params": ["limit", "names", "origins", "types"]
58
+ },
59
+ {
60
+ "name": "get_project",
61
+ "description": "Get a single project",
62
+ "method": "GET",
63
+ "path": "/orgs/{org_id}/projects/{project_id}",
64
+ "input_schema": {
65
+ "type": "object",
66
+ "properties": {
67
+ "org_id": { "type": "string" },
68
+ "project_id": { "type": "string" }
69
+ },
70
+ "required": ["org_id", "project_id"]
71
+ }
72
+ },
73
+ {
74
+ "name": "list_issues",
75
+ "description": "List issues (vulnerabilities) in an organization, filterable by severity and project",
76
+ "method": "GET",
77
+ "path": "/orgs/{org_id}/issues",
78
+ "input_schema": {
79
+ "type": "object",
80
+ "properties": {
81
+ "org_id": { "type": "string" },
82
+ "scan_item.id": { "type": "string", "description": "Project ID to filter issues to" },
83
+ "scan_item.type": { "type": "string", "default": "project" },
84
+ "effective_severity_level": { "type": "string", "description": "Comma-separated: critical,high,medium,low" },
85
+ "status": { "type": "string", "description": "Comma-separated: open,resolved" },
86
+ "limit": { "type": "integer" }
87
+ },
88
+ "required": ["org_id"]
89
+ },
90
+ "query_params": ["scan_item.id", "scan_item.type", "effective_severity_level", "status", "limit"]
91
+ },
92
+ {
93
+ "name": "list_targets",
94
+ "description": "List targets (repos / source URLs) in an organization",
95
+ "method": "GET",
96
+ "path": "/orgs/{org_id}/targets",
97
+ "input_schema": {
98
+ "type": "object",
99
+ "properties": {
100
+ "org_id": { "type": "string" },
101
+ "limit": { "type": "integer" }
102
+ },
103
+ "required": ["org_id"]
104
+ },
105
+ "query_params": ["limit"]
106
+ }
107
+ ]
108
+ }
@@ -101,7 +101,7 @@
101
101
  },
102
102
  {
103
103
  "name": "create_post",
104
- "description": "Create and publish a post to one or more connected social media platforms simultaneously. Supports text, images, videos, and links.\n\nMedia capabilities per platform:\n- Instagram: Single image, single video (Reel), or CAROUSEL (2-10 images/videos mixed). Pass multiple items in media_urls for carousel.\n- Facebook: Text, single image, MULTI-PHOTO (2+ images posted as album), single video, or link post.\n- Twitter/X: Text with up to 4 media attachments (images, GIFs, or 1 video). Media is uploaded automatically.\n- TikTok: Single video or PHOTO CAROUSEL (up to 35 images). Use overrides for privacy, comments, music.\n- YouTube: Single video upload with title, description, tags, privacy.\n- Pinterest: Single image with title, description, board, and link.\n- Reddit: Text (self) or link post to a subreddit.\n- LinkedIn: Text post with optional visibility setting.\n- Telegram: Text or single image with optional parse mode.\n\nTo schedule a post for later, set scheduled_for to an ISO 8601 timestamp and optionally timezone (e.g., 'America/New_York'). IMPORTANT: Each call only accepts a single scheduled_for time that applies to ALL account_ids in that call. To schedule the same content at different times for different platforms (e.g., Instagram at 9am and Twitter at 12pm), you MUST make separate create_post calls — one per unique scheduled time, each with only the account_ids for that time slot.",
104
+ "description": "Create and publish a post to one or more connected social media platforms simultaneously. Supports text, images, videos, and links.\n\nMedia capabilities per platform:\n- Instagram: Single image, single video (Reel), STORY (single image or video), or CAROUSEL (2-10 images/videos mixed). Pass multiple items in media_urls for carousel.\n- Facebook: Text, single image, MULTI-PHOTO (2+ images posted as album), single video, STORY (photo or video), or link post.\n- Twitter/X: Text with up to 4 media attachments (images, GIFs, or 1 video). Media is uploaded automatically.\n- TikTok: Single video or PHOTO CAROUSEL (up to 35 images). Use overrides for privacy, comments, music.\n- YouTube: Single video upload with title, description, tags, privacy.\n- Pinterest: Single image with title, description, board, and link.\n- Reddit: Text (self) or link post to a subreddit.\n- LinkedIn: Text post with optional visibility setting.\n- Telegram: Text or single image with optional parse mode.\n\nStories: To publish as a Story (24h ephemeral), set platform_overrides.instagram.post_format='story' and/or platform_overrides.facebook.post_format='story'. Stories require a single image or video media item — captions are ignored by Meta. Instagram story video must be 9:16, 3-60s. Facebook story video must be 9:16, 1080x1920 recommended, 3-90s. Stories CAN be scheduled — our jobs engine fires the publish at the scheduled time (Meta itself doesn't accept scheduled_publish_time for stories, but external schedulers work fine).\n\nTo schedule a post for later, set scheduled_for to an ISO 8601 timestamp and optionally timezone (e.g., 'America/New_York'). IMPORTANT: Each call only accepts a single scheduled_for time that applies to ALL account_ids in that call. To schedule the same content at different times for different platforms (e.g., Instagram at 9am and Twitter at 12pm), you MUST make separate create_post calls — one per unique scheduled time, each with only the account_ids for that time slot.",
105
105
  "method": "POST",
106
106
  "path": "/posts",
107
107
  "input_schema": {
@@ -162,16 +162,33 @@
162
162
  },
163
163
  "platform_overrides": {
164
164
  "type": "object",
165
- "description": "Per-platform overrides keyed by platform name. Only include platforms you want to customize. Available fields per platform: youtube: {title, description, tags (array), privacyStatus (public/unlisted/private), categoryId}. reddit: {title, subreddit, text, nsfw}. pinterest: {title, description, board_id}. tiktok: {title (photo posts only, max 90 chars), text (caption/description, falls back to main post text), privacyLevel (PUBLIC_TO_EVERYONE/MUTUAL_FOLLOW_FRIENDS/FOLLOWER_OF_CREATOR/SELF_ONLY), disableComment (bool), autoAddMusic (bool, photo posts only)}. linkedin: {text, visibility}. facebook: {text, title (video only)}. twitter: {text}. instagram: {text}. telegram: {text, chatId, parseMode}. All fields are optional — omitted fields fall back to the main post text.",
165
+ "description": "Per-platform overrides keyed by platform name. Only include platforms you want to customize. Available fields per platform: youtube: {title, description, tags (array), privacyStatus (public/unlisted/private), categoryId}. reddit: {title, subreddit, text, nsfw}. pinterest: {title, description, board_id}. tiktok: {title (photo posts only, max 90 chars), text (caption/description, falls back to main post text), privacyLevel (PUBLIC_TO_EVERYONE/MUTUAL_FOLLOW_FRIENDS/FOLLOWER_OF_CREATOR/SELF_ONLY), disableComment (bool), autoAddMusic (bool, photo posts only)}. linkedin: {text, visibility}. facebook: {text, title (video only), post_format (feed/story — 'story' publishes as a 24h Page story, requires single photo or video)}. twitter: {text}. instagram: {text, post_format (feed/story — 'story' publishes as a 24h Story, requires single image (JPEG) or video (9:16, 3-60s); caption is ignored by Meta)}. telegram: {text, chatId, parseMode}. All fields are optional — omitted fields fall back to the main post text.",
166
166
  "properties": {
167
167
  "twitter": {
168
168
  "type": "object"
169
169
  },
170
170
  "instagram": {
171
- "type": "object"
171
+ "type": "object",
172
+ "properties": {
173
+ "text": { "type": "string", "description": "Override caption for Instagram (ignored when post_format=story)" },
174
+ "post_format": {
175
+ "type": "string",
176
+ "enum": ["feed", "story"],
177
+ "description": "Post format. 'feed' (default) = standard Feed/Reel post. 'story' = 24h Story (single image/video, 9:16; caption ignored by Meta)."
178
+ }
179
+ }
172
180
  },
173
181
  "facebook": {
174
- "type": "object"
182
+ "type": "object",
183
+ "properties": {
184
+ "text": { "type": "string", "description": "Override message for Facebook" },
185
+ "title": { "type": "string", "description": "Title for video posts" },
186
+ "post_format": {
187
+ "type": "string",
188
+ "enum": ["feed", "story"],
189
+ "description": "Post format. 'feed' (default) = standard Page feed post. 'story' = 24h Page Story (single photo or 9:16 video, 3-90s)."
190
+ }
191
+ }
175
192
  },
176
193
  "linkedin": {
177
194
  "type": "object"
@@ -365,7 +382,7 @@
365
382
  },
366
383
  {
367
384
  "name": "get_post_analytics",
368
- "description": "Fetch analytics and engagement metrics for a published post across all platforms. Returns impressions, reach, likes, comments, shares, views, saves, clicks, quotes, and bookmarks where available. Supported: Instagram, Facebook, YouTube, TikTok, Pinterest, Twitter/X. No analytics API: LinkedIn, Reddit, Telegram.",
385
+ "description": "Fetch analytics and engagement metrics for a published post across all platforms. Returns impressions, reach, likes, comments, shares, views, saves, clicks, quotes, and bookmarks where available. For Instagram Stories specifically (post_format=story) returns the story metric set instead: views, reach, replies (DM replies to the story), profile_visits, follows, shares, navigation (taps forward/back/exit), and total_interactions. Supported: Instagram, Facebook, YouTube, TikTok, Pinterest, Twitter/X. No analytics API: LinkedIn, Reddit, Telegram.",
369
386
  "method": "GET",
370
387
  "path": "/posts/{id}/analytics",
371
388
  "input_schema": {
@@ -383,7 +400,7 @@
383
400
  },
384
401
  {
385
402
  "name": "account_insights",
386
- "description": "Get page-level insights and historical stats for a connected social account. Returns follower growth, reach, impressions, engagement metrics, and top content over a date range. Supported: Instagram (reach, followers, engagement, interactions), Facebook (page impressions, reach, engagement, fans), YouTube (subscribers, views, watch time), TikTok (followers, views, likes, shares), Twitter/X (followers, following, tweet count + recent tweet engagement), Pinterest (impressions, engagement, pin clicks, outbound clicks, saves + top pins). Unsupported: LinkedIn, Reddit, Telegram.",
403
+ "description": "Get page-level insights and historical stats for a connected social account. Returns follower growth, reach, impressions, engagement metrics, and top content over a date range. Supported: Instagram (reach, followers, engagement, interactions), Facebook (page impressions, reach, engagement, fans, plus Content Monetization earnings when the page is enrolled — total + breakdown by Videos/Reels/Photos-Text-Stories/Extra Bonus), YouTube (subscribers, views, watch time), TikTok (followers, views, likes, shares), Twitter/X (followers, following, tweet count + recent tweet engagement), Pinterest (impressions, engagement, pin clicks, outbound clicks, saves + top pins). Unsupported: LinkedIn, Reddit, Telegram. The response includes a `monetization` field for Facebook accounts when applicable (null otherwise).",
387
404
  "method": "GET",
388
405
  "path": "/accounts/{id}/insights",
389
406
  "input_schema": {
@@ -452,9 +469,10 @@
452
469
  "enum": [
453
470
  "comment",
454
471
  "reply",
455
- "message"
472
+ "message",
473
+ "story_reply"
456
474
  ],
457
- "description": "Filter by item type (comment, reply to comment, or DM)"
475
+ "description": "Filter by item type. 'comment' = top-level comment on a feed post. 'reply' = reply to a comment. 'message' = DM. 'story_reply' = DM that references one of your Stories (Instagram only — appears when a viewer replies to or @-mentions a story)."
458
476
  },
459
477
  "limit": {
460
478
  "type": "integer",
@@ -590,5 +608,53 @@
590
608
  "description": "A comment was removed from a post"
591
609
  }
592
610
  ]
611
+ },
612
+ "credential_group": {
613
+ "id": "socialcast",
614
+ "name": "SocialCast",
615
+ "logo": "https://www.google.com/s2/favicons?domain=socialcast.dev&sz=128",
616
+ "description": "One key, many workspaces. Account keys list every workspace you own; workspace keys are scoped to one.",
617
+ "discovery": {
618
+ "list_projects": {
619
+ "method": "GET",
620
+ "path": "/workspaces",
621
+ "response_path": "data",
622
+ "id_field": "id",
623
+ "label_field": "name"
624
+ }
625
+ }
626
+ },
627
+ "scopes": {
628
+ "account": {
629
+ "credential_fields": [
630
+ {
631
+ "name": "api_key",
632
+ "label": "Account API Key",
633
+ "description": "Lists every workspace. SocialCast issues these under Dashboard → API Keys → Account.",
634
+ "type": "password"
635
+ }
636
+ ],
637
+ "auth_headers": {
638
+ "X-API-Key": "{{api_key}}"
639
+ },
640
+ "project_binding": {
641
+ "type": "header",
642
+ "name": "X-Workspace-Id",
643
+ "value": "{{project_id}}"
644
+ }
645
+ },
646
+ "project": {
647
+ "credential_fields": [
648
+ {
649
+ "name": "api_key",
650
+ "label": "Workspace API Key",
651
+ "description": "Scoped to a single workspace.",
652
+ "type": "password"
653
+ }
654
+ ],
655
+ "auth_headers": {
656
+ "X-API-Key": "{{api_key}}"
657
+ }
658
+ }
593
659
  }
594
660
  }
@@ -0,0 +1,125 @@
1
+ {
2
+ "slug": "sovrn",
3
+ "name": "Sovrn Commerce",
4
+ "description": "Sovrn Commerce publisher APIs for campaigns, merchant availability, link checks, affiliate link wrapping, and real-time transaction reports.",
5
+ "logo": "https://www.google.com/s2/favicons?domain=sovrn.com&sz=128",
6
+ "categories": ["affiliate", "publisher", "programs", "links", "stats", "marketing"],
7
+ "base_url": "https://rest.viglink.com/api",
8
+ "auth": {
9
+ "types": ["api_key"],
10
+ "headers": {
11
+ "Authorization": "secret {{secret_key}}",
12
+ "Accept": "application/json"
13
+ },
14
+ "credential_fields": [
15
+ {
16
+ "name": "secret_key",
17
+ "label": "Sovrn secret key",
18
+ "description": "Sovrn Commerce secret key used as 'Authorization: secret ...'.",
19
+ "type": "password"
20
+ },
21
+ {
22
+ "name": "commerce_api_key",
23
+ "label": "Commerce API key",
24
+ "description": "Campaign/site API key used by the link check and redirect URL tools.",
25
+ "type": "password"
26
+ }
27
+ ]
28
+ },
29
+ "health_check": {
30
+ "tool": "campaigns_list",
31
+ "input": { "search": "PRIMARY", "format": "json", "rowsPerPage": 1 },
32
+ "expect_status": [200]
33
+ },
34
+ "tools": [
35
+ {
36
+ "name": "campaigns_list",
37
+ "description": "List or search Sovrn Commerce campaigns by campaign name or campaignId.",
38
+ "method": "GET",
39
+ "path": "/account/campaigns/{search}",
40
+ "input_schema": {
41
+ "type": "object",
42
+ "properties": {
43
+ "search": { "type": "string", "default": "PRIMARY" },
44
+ "format": { "type": "string", "default": "json" },
45
+ "rowsPerPage": { "type": "integer", "default": 100 },
46
+ "page": { "type": "integer" }
47
+ },
48
+ "required": ["search"]
49
+ }
50
+ },
51
+ {
52
+ "name": "link_check",
53
+ "description": "Check whether a destination URL can be monetized and optionally return an optimized Sovrn redirect link.",
54
+ "method": "GET",
55
+ "path": "https://api.viglink.com/api/link/?key={{credential.commerce_api_key}}",
56
+ "input_schema": {
57
+ "type": "object",
58
+ "properties": {
59
+ "out": { "type": "string", "description": "Destination URL to test." },
60
+ "optimize": { "type": "boolean", "default": true },
61
+ "format": { "type": "string", "default": "json" },
62
+ "geo": { "type": "string" },
63
+ "fbu": { "type": "string" },
64
+ "bf": { "type": "string" }
65
+ },
66
+ "required": ["out"]
67
+ }
68
+ },
69
+ {
70
+ "name": "affiliate_link_url",
71
+ "description": "Build a Sovrn affiliate redirect URL for a destination without fetching it.",
72
+ "method": "GET",
73
+ "path": "https://sovrn.co?key={{credential.commerce_api_key}}",
74
+ "return_request_url": true,
75
+ "input_schema": {
76
+ "type": "object",
77
+ "properties": {
78
+ "u": { "type": "string", "description": "Merchant destination URL." },
79
+ "cuid": { "type": "string", "description": "Custom user/content identifier." },
80
+ "utm_source": { "type": "string" },
81
+ "utm_medium": { "type": "string" },
82
+ "utm_campaign": { "type": "string" },
83
+ "utm_term": { "type": "string" },
84
+ "utm_content": { "type": "string" },
85
+ "bf": { "type": "string" },
86
+ "fbu": { "type": "string" }
87
+ },
88
+ "required": ["u"]
89
+ }
90
+ },
91
+ {
92
+ "name": "merchants_approved",
93
+ "description": "Retrieve approved Sovrn merchants with optional filters. Rate limited by Sovrn to 1 request every 10 seconds.",
94
+ "method": "POST",
95
+ "path": "https://viglink.io/merchants/rates/summaries",
96
+ "input_schema": {
97
+ "type": "object",
98
+ "properties": {
99
+ "campaignId": { "type": "integer" },
100
+ "filters": { "type": "array", "items": { "type": "object" }, "description": "Filter objects with type NAME, GROUP_ID, DOMAIN, GEO, PROGRAM_TYPE, or CATEGORY." },
101
+ "page": { "type": "integer", "default": 1 },
102
+ "pageSize": { "type": "integer", "default": 1000 }
103
+ },
104
+ "required": ["campaignId"]
105
+ }
106
+ },
107
+ {
108
+ "name": "transactions_report",
109
+ "description": "Query Sovrn commission events/transactions for one day by clickDate, commissionDate, or updateDate.",
110
+ "method": "GET",
111
+ "path": "https://viglink.io/v1/reports/transactions",
112
+ "input_schema": {
113
+ "type": "object",
114
+ "properties": {
115
+ "clickDate": { "type": "string", "description": "yyyy-mm-dd" },
116
+ "commissionDate": { "type": "string", "description": "yyyy-mm-dd" },
117
+ "updateDate": { "type": "string", "description": "yyyy-mm-dd" },
118
+ "campaignIds": { "type": "string", "description": "Comma-separated campaign IDs." },
119
+ "merchantGroupIds": { "type": "string", "description": "Comma-separated merchant group IDs." },
120
+ "programType": { "type": "string", "enum": ["CPC", "CPA"] }
121
+ }
122
+ }
123
+ }
124
+ ]
125
+ }