@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
@@ -1,233 +1,255 @@
1
1
  {
2
2
  "slug": "aws-sns",
3
3
  "name": "AWS SNS",
4
- "description": "MCP server for Amazon SNS - topics, subscriptions, notifications",
4
+ "description": "Amazon Simple Notification Service pub/sub topics, HTTP/Email/SQS subscriptions, message publishing. Authenticates via AWS Signature V4. Speaks the AWS Query API on https://sns.{region}.amazonaws.com/?Action=... — every tool here is a thin wrapper over one Query action.",
5
5
  "logo": "https://www.google.com/s2/favicons?domain=aws.amazon.com&sz=128",
6
6
  "categories": [
7
7
  "aws",
8
- "sns",
9
- "notifications",
10
8
  "messaging",
11
- "pubsub"
9
+ "notifications",
10
+ "pubsub",
11
+ "infrastructure"
12
12
  ],
13
- "base_url": "https://sns.{region}.amazonaws.com",
13
+ "base_url": "https://sns.{{region}}.amazonaws.com",
14
14
  "auth": {
15
15
  "types": [
16
- "bearer"
16
+ "aws_sigv4"
17
17
  ],
18
- "headers": {
19
- "Authorization": "Bearer {{token}}"
18
+ "aws_sigv4": {
19
+ "service": "sns"
20
20
  },
21
21
  "credential_fields": [
22
22
  {
23
23
  "name": "access_key_id",
24
- "label": "Access_key_id",
25
- "description": "Your AWS Access Key ID"
24
+ "label": "AWS Access Key ID",
25
+ "description": "IAM access key with sns:* permissions on the topics this app will create / manage. Bootstrap setup needs CreateTopic, Subscribe, ConfirmSubscription, SetTopicAttributes; runtime publish only needs sns:Publish.",
26
+ "required": true,
27
+ "type": "text"
26
28
  },
27
29
  {
28
30
  "name": "secret_access_key",
29
- "label": "Secret_access_key",
30
- "description": "Your AWS Secret Access Key"
31
+ "label": "AWS Secret Access Key",
32
+ "required": true,
33
+ "type": "password"
31
34
  },
32
35
  {
33
36
  "name": "region",
34
- "label": "Region",
35
- "description": "AWS Region (e.g., us-east-1)"
37
+ "label": "AWS Region",
38
+ "description": "Region the SNS topics live in. Must match the region where SES (or any other producer) publishes to them — cross-region SNS is not supported as an SES destination.",
39
+ "required": true,
40
+ "type": "text"
36
41
  },
37
42
  {
38
43
  "name": "session_token",
39
- "label": "Session_token",
40
- "description": "Temporary session token (for temporary credentials)"
44
+ "label": "AWS Session Token",
45
+ "description": "Only required when using temporary credentials issued by STS (assume-role, federated identities). Leave blank for long-lived IAM user keys.",
46
+ "required": false,
47
+ "type": "password"
41
48
  }
42
49
  ]
43
50
  },
44
51
  "tools": [
45
52
  {
46
53
  "name": "create_topic",
47
- "description": "Create an SNS topic",
48
- "method": "POST",
49
- "path": "/create-topic",
54
+ "description": "Create a new SNS topic (idempotent — calling with the same Name returns the existing topic's ARN unchanged). Response XML contains CreateTopicResponse.CreateTopicResult.TopicArn.",
55
+ "method": "GET",
56
+ "path": "/?Action=CreateTopic",
50
57
  "input_schema": {
51
58
  "type": "object",
52
59
  "properties": {
53
- "name": {
54
- "type": "string"
60
+ "Name": {
61
+ "type": "string",
62
+ "description": "Topic name (1–256 alphanumeric / hyphen / underscore chars). Must be unique within the AWS account + region."
63
+ },
64
+ "Attributes.entry.1.key": {
65
+ "type": "string",
66
+ "description": "Optional. First attribute key (e.g. 'Policy', 'DisplayName'). Use the .entry.N.key/.value pattern for additional attributes."
55
67
  },
56
- "attributes": {
57
- "type": "object"
68
+ "Attributes.entry.1.value": {
69
+ "type": "string"
58
70
  }
59
71
  },
60
- "required": [
61
- "name"
62
- ]
72
+ "required": ["Name"],
73
+ "additionalProperties": true
63
74
  }
64
75
  },
65
76
  {
66
- "name": "subscribe_webhook",
67
- "description": "Subscribe webhook to topic",
77
+ "name": "delete_topic",
78
+ "description": "Permanently delete a topic and all of its subscriptions. Idempotent — deleting a non-existent topic returns success. Use with care; subscribers receive no further messages.",
68
79
  "method": "GET",
69
- "path": "/subscribe-webhook",
80
+ "path": "/?Action=DeleteTopic",
70
81
  "input_schema": {
71
82
  "type": "object",
72
83
  "properties": {
73
- "topic_arn": {
74
- "type": "string"
75
- },
76
- "endpoint": {
77
- "type": "string"
78
- },
79
- "protocol": {
84
+ "TopicArn": {
80
85
  "type": "string"
81
86
  }
82
87
  },
83
- "required": [
84
- "topic_arn",
85
- "endpoint"
86
- ]
88
+ "required": ["TopicArn"]
87
89
  }
88
90
  },
89
91
  {
90
- "name": "confirm_subscription",
91
- "description": "Confirm SNS subscription",
92
+ "name": "list_topics",
93
+ "description": "List all topics in the account + region. Paginated via NextToken. Response XML root: ListTopicsResponse.ListTopicsResult.Topics.member[].",
92
94
  "method": "GET",
93
- "path": "/confirm-subscription",
95
+ "path": "/?Action=ListTopics",
94
96
  "input_schema": {
95
97
  "type": "object",
96
98
  "properties": {
97
- "topic_arn": {
99
+ "NextToken": {
98
100
  "type": "string"
99
101
  }
100
- },
101
- "required": [
102
- "topic_arn"
103
- ]
102
+ }
104
103
  }
105
104
  },
106
105
  {
107
- "name": "list_subscriptions",
108
- "description": "List SNS subscriptions",
106
+ "name": "get_topic_attributes",
107
+ "description": "Fetch a topic's attributes (Owner, Policy, DisplayName, SubscriptionsConfirmed, SubscriptionsPending, etc.). Useful for idempotent bootstrap — read the current Policy before deciding whether to overwrite via set_topic_attributes.",
109
108
  "method": "GET",
110
- "path": "/list-subscriptions",
109
+ "path": "/?Action=GetTopicAttributes",
111
110
  "input_schema": {
112
111
  "type": "object",
113
112
  "properties": {
114
- "topic_arn": {
113
+ "TopicArn": {
115
114
  "type": "string"
116
115
  }
117
- }
116
+ },
117
+ "required": ["TopicArn"]
118
118
  }
119
119
  },
120
120
  {
121
- "name": "unsubscribe",
122
- "description": "Unsubscribe from topic",
121
+ "name": "set_topic_attributes",
122
+ "description": "Set a single topic attribute. The most common use is `AttributeName=Policy` with `AttributeValue` as the access-policy JSON string — e.g. allowing ses.amazonaws.com to publish to the topic so SES inbound notifications can land there. Other supported attributes: DisplayName, DeliveryPolicy, KmsMasterKeyId, ContentBasedDeduplication.",
123
123
  "method": "GET",
124
- "path": "/unsubscribe",
124
+ "path": "/?Action=SetTopicAttributes",
125
125
  "input_schema": {
126
126
  "type": "object",
127
127
  "properties": {
128
- "subscription_arn": {
128
+ "TopicArn": {
129
129
  "type": "string"
130
+ },
131
+ "AttributeName": {
132
+ "type": "string",
133
+ "description": "One of: Policy, DisplayName, DeliveryPolicy, KmsMasterKeyId, ContentBasedDeduplication."
134
+ },
135
+ "AttributeValue": {
136
+ "type": "string",
137
+ "description": "Stringified attribute value. For Policy, this is the JSON access-policy doc."
130
138
  }
131
139
  },
132
- "required": [
133
- "subscription_arn"
134
- ]
140
+ "required": ["TopicArn", "AttributeName", "AttributeValue"]
135
141
  }
136
142
  },
137
143
  {
138
- "name": "set_notification_topics",
139
- "description": "Configure SES notification topics",
144
+ "name": "subscribe",
145
+ "description": "Create a subscription on a topic. For HTTPS subscribers (Apteva webhooks) AWS sends a SubscriptionConfirmation message to the endpoint first; the endpoint must POST a confirm_subscription. Pass ReturnSubscriptionArn=true so the response includes a real ARN immediately even when confirmation is still pending.",
140
146
  "method": "GET",
141
- "path": "/set-notification-topics",
147
+ "path": "/?Action=Subscribe",
142
148
  "input_schema": {
143
149
  "type": "object",
144
150
  "properties": {
145
- "identity": {
151
+ "TopicArn": {
146
152
  "type": "string"
147
153
  },
148
- "bounce_topic": {
149
- "type": "string"
154
+ "Protocol": {
155
+ "type": "string",
156
+ "description": "One of: http, https, email, email-json, sms, sqs, application, lambda, firehose."
150
157
  },
151
- "complaint_topic": {
152
- "type": "string"
158
+ "Endpoint": {
159
+ "type": "string",
160
+ "description": "URL / phone / email / ARN appropriate to Protocol."
153
161
  },
154
- "delivery_topic": {
155
- "type": "string"
162
+ "ReturnSubscriptionArn": {
163
+ "type": "string",
164
+ "description": "Pass 'true' to get the SubscriptionArn back immediately (otherwise PendingConfirmation until the endpoint confirms).",
165
+ "default": "true"
156
166
  }
157
167
  },
158
- "required": [
159
- "identity"
160
- ]
168
+ "required": ["TopicArn", "Protocol", "Endpoint"]
161
169
  }
162
170
  },
163
171
  {
164
- "name": "configure_event_publishing",
165
- "description": "Configure SES event publishing to SNS",
172
+ "name": "confirm_subscription",
173
+ "description": "Confirm a pending subscription. Used when the platform is acting on the subscriber's behalf (rare — normally the subscriber endpoint does this itself when AWS POSTs the SubscriptionConfirmation message to it). Token comes from the SubscriptionConfirmation payload.",
166
174
  "method": "GET",
167
- "path": "/configure-event-publishing",
175
+ "path": "/?Action=ConfirmSubscription",
168
176
  "input_schema": {
169
177
  "type": "object",
170
178
  "properties": {
171
- "config_set_name": {
179
+ "TopicArn": {
172
180
  "type": "string"
173
181
  },
174
- "event_destination_name": {
182
+ "Token": {
175
183
  "type": "string"
176
184
  },
177
- "sns_topic_arn": {
178
- "type": "string"
179
- },
180
- "matching_event_types": {
181
- "type": "array"
185
+ "AuthenticateOnUnsubscribe": {
186
+ "type": "string",
187
+ "description": "Pass 'true' to require AWS auth for unsubscription. Defaults to false."
182
188
  }
183
189
  },
184
- "required": [
185
- "config_set_name",
186
- "event_destination_name",
187
- "sns_topic_arn"
188
- ]
190
+ "required": ["TopicArn", "Token"]
189
191
  }
190
192
  },
191
193
  {
192
- "name": "configure_tracking",
193
- "description": "Configure SES tracking",
194
+ "name": "list_subscriptions_by_topic",
195
+ "description": "List subscriptions on a topic. Paginated via NextToken. Response XML root: ListSubscriptionsByTopicResponse.ListSubscriptionsByTopicResult.Subscriptions.member[].",
194
196
  "method": "GET",
195
- "path": "/configure-tracking",
197
+ "path": "/?Action=ListSubscriptionsByTopic",
196
198
  "input_schema": {
197
199
  "type": "object",
198
200
  "properties": {
199
- "config_set_name": {
201
+ "TopicArn": {
200
202
  "type": "string"
201
203
  },
202
- "custom_redirect_domain": {
204
+ "NextToken": {
203
205
  "type": "string"
204
206
  }
205
207
  },
206
- "required": [
207
- "config_set_name"
208
- ]
208
+ "required": ["TopicArn"]
209
209
  }
210
210
  },
211
211
  {
212
- "name": "verify_event_destination",
213
- "description": "Verify event destination configuration",
212
+ "name": "unsubscribe",
213
+ "description": "Cancel a subscription. Idempotent. Pass the SubscriptionArn returned from subscribe / list_subscriptions_by_topic.",
214
214
  "method": "GET",
215
- "path": "/verify-event-destination",
215
+ "path": "/?Action=Unsubscribe",
216
216
  "input_schema": {
217
217
  "type": "object",
218
218
  "properties": {
219
- "config_set_name": {
219
+ "SubscriptionArn": {
220
+ "type": "string"
221
+ }
222
+ },
223
+ "required": ["SubscriptionArn"]
224
+ }
225
+ },
226
+ {
227
+ "name": "publish",
228
+ "description": "Publish a message to a topic (or directly to a phone number / endpoint). Useful for fanout patterns and for one-off test notifications.",
229
+ "method": "GET",
230
+ "path": "/?Action=Publish",
231
+ "input_schema": {
232
+ "type": "object",
233
+ "properties": {
234
+ "TopicArn": {
220
235
  "type": "string"
221
236
  },
222
- "event_destination_name": {
237
+ "Message": {
223
238
  "type": "string"
239
+ },
240
+ "Subject": {
241
+ "type": "string"
242
+ },
243
+ "MessageStructure": {
244
+ "type": "string",
245
+ "description": "Pass 'json' when Message is itself a JSON object keyed by protocol (default, http, email, sms, sqs)."
224
246
  }
225
247
  },
226
- "required": [
227
- "config_set_name",
228
- "event_destination_name"
229
- ]
248
+ "required": ["Message"]
230
249
  }
231
250
  }
232
- ]
251
+ ],
252
+ "health_check": {
253
+ "tool": "list_topics"
254
+ }
233
255
  }
@@ -0,0 +1,116 @@
1
+ {
2
+ "slug": "azure-container-apps",
3
+ "name": "Azure Container Apps",
4
+ "description": "Microsoft's serverless container platform — Consumption plan bills per-second on vCPU + GB allocated. Useful as a pay-per-use builder or runtime when already on Azure. Authenticates against the Azure Resource Manager (ARM) with a bearer token from Azure AD (service principal client_credentials grant or managed identity).",
5
+ "logo": "https://www.google.com/s2/favicons?domain=azure.microsoft.com&sz=128",
6
+ "categories": ["azure", "containers", "serverless", "compute", "build"],
7
+ "base_url": "https://management.azure.com",
8
+ "auth": {
9
+ "types": ["bearer"],
10
+ "headers": { "Authorization": "Bearer {{access_token}}" },
11
+ "credential_fields": [
12
+ { "name": "access_token", "label": "ARM Access Token", "description": "Azure AD access token with audience=https://management.azure.com/. Get with: az account get-access-token --resource https://management.azure.com/ --query accessToken -o tsv", "required": true, "type": "password" },
13
+ { "name": "subscription_id", "label": "Subscription ID", "description": "Azure subscription UUID", "required": true, "type": "text" },
14
+ { "name": "resource_group", "label": "Resource Group", "description": "Default resource group for container app operations", "required": true, "type": "text" }
15
+ ]
16
+ },
17
+ "tools": [
18
+ {
19
+ "name": "list_environments",
20
+ "description": "List Container App Environments in the resource group.",
21
+ "method": "GET",
22
+ "path": "/subscriptions/{{subscription_id}}/resourceGroups/{{resource_group}}/providers/Microsoft.App/managedEnvironments?api-version=2024-03-01",
23
+ "input_schema": { "type": "object", "properties": {} }
24
+ },
25
+ {
26
+ "name": "list_apps",
27
+ "description": "List container apps in the resource group.",
28
+ "method": "GET",
29
+ "path": "/subscriptions/{{subscription_id}}/resourceGroups/{{resource_group}}/providers/Microsoft.App/containerApps?api-version=2024-03-01",
30
+ "input_schema": { "type": "object", "properties": {} }
31
+ },
32
+ {
33
+ "name": "create_app",
34
+ "description": "Create or update a container app (Consumption plan). Args: app_name, location, environment_id (full ARM id), image, cpu? (0.25..2 cores), memory? (0.5Gi..4Gi), env? (array of {name, value}), ingress_target_port?.",
35
+ "method": "PUT",
36
+ "path": "/subscriptions/{{subscription_id}}/resourceGroups/{{resource_group}}/providers/Microsoft.App/containerApps/{app_name}?api-version=2024-03-01",
37
+ "input_schema": {
38
+ "type": "object",
39
+ "properties": {
40
+ "app_name": { "type": "string" },
41
+ "location": { "type": "string" },
42
+ "environment_id": { "type": "string" },
43
+ "image": { "type": "string" },
44
+ "cpu": { "type": "number" },
45
+ "memory": { "type": "string" },
46
+ "env": { "type": "array", "items": { "type": "object" } },
47
+ "ingress_target_port": { "type": "integer" }
48
+ },
49
+ "required": ["app_name", "location", "environment_id", "image"]
50
+ }
51
+ },
52
+ {
53
+ "name": "get_app",
54
+ "description": "Get a container app. Args: app_name.",
55
+ "method": "GET",
56
+ "path": "/subscriptions/{{subscription_id}}/resourceGroups/{{resource_group}}/providers/Microsoft.App/containerApps/{app_name}?api-version=2024-03-01",
57
+ "input_schema": {
58
+ "type": "object",
59
+ "properties": { "app_name": { "type": "string" } },
60
+ "required": ["app_name"]
61
+ }
62
+ },
63
+ {
64
+ "name": "delete_app",
65
+ "description": "Delete a container app. Args: app_name.",
66
+ "method": "DELETE",
67
+ "path": "/subscriptions/{{subscription_id}}/resourceGroups/{{resource_group}}/providers/Microsoft.App/containerApps/{app_name}?api-version=2024-03-01",
68
+ "input_schema": {
69
+ "type": "object",
70
+ "properties": { "app_name": { "type": "string" } },
71
+ "required": ["app_name"]
72
+ }
73
+ },
74
+ {
75
+ "name": "list_revisions",
76
+ "description": "List revisions for a container app (each PUT creates a new revision). Args: app_name.",
77
+ "method": "GET",
78
+ "path": "/subscriptions/{{subscription_id}}/resourceGroups/{{resource_group}}/providers/Microsoft.App/containerApps/{app_name}/revisions?api-version=2024-03-01",
79
+ "input_schema": {
80
+ "type": "object",
81
+ "properties": { "app_name": { "type": "string" } },
82
+ "required": ["app_name"]
83
+ }
84
+ },
85
+ {
86
+ "name": "create_job",
87
+ "description": "Create a one-shot Container Apps Job (per-second billed, terminates on exit). Useful for builds. Args: job_name, location, environment_id, image, command? (array), cpu?, memory?.",
88
+ "method": "PUT",
89
+ "path": "/subscriptions/{{subscription_id}}/resourceGroups/{{resource_group}}/providers/Microsoft.App/jobs/{job_name}?api-version=2024-03-01",
90
+ "input_schema": {
91
+ "type": "object",
92
+ "properties": {
93
+ "job_name": { "type": "string" },
94
+ "location": { "type": "string" },
95
+ "environment_id": { "type": "string" },
96
+ "image": { "type": "string" },
97
+ "command": { "type": "array", "items": { "type": "string" } },
98
+ "cpu": { "type": "number" },
99
+ "memory": { "type": "string" }
100
+ },
101
+ "required": ["job_name", "location", "environment_id", "image"]
102
+ }
103
+ },
104
+ {
105
+ "name": "start_job",
106
+ "description": "Start a job execution. Args: job_name.",
107
+ "method": "POST",
108
+ "path": "/subscriptions/{{subscription_id}}/resourceGroups/{{resource_group}}/providers/Microsoft.App/jobs/{job_name}/start?api-version=2024-03-01",
109
+ "input_schema": {
110
+ "type": "object",
111
+ "properties": { "job_name": { "type": "string" } },
112
+ "required": ["job_name"]
113
+ }
114
+ }
115
+ ]
116
+ }
@@ -0,0 +1,175 @@
1
+ {
2
+ "slug": "backblaze-b2",
3
+ "name": "Backblaze B2",
4
+ "description": "Backblaze B2 \u2014 S3-compatible object storage at $6/TB/month storage, $10/TB egress (free if pulled through the Cloudflare Bandwidth Alliance). Bucket-scoped REST endpoints with AWS SigV4 against s3.{region}.backblazeb2.com. Region examples: us-west-001, us-west-002, us-west-004, us-east-005, eu-central-003. Generate an Application Key at backblaze.com \u2192 App Keys; the keyID + applicationKey pair maps to access_key_id + secret_access_key here.",
5
+ "logo": "https://www.google.com/s2/favicons?domain=backblaze.com&sz=128",
6
+ "categories": [
7
+ "storage",
8
+ "backblaze",
9
+ "cloud",
10
+ "infrastructure",
11
+ "s3-compatible",
12
+ "cold-storage"
13
+ ],
14
+ "base_url": "https://s3.{{region}}.backblazeb2.com",
15
+ "auth": {
16
+ "types": [
17
+ "aws_sigv4"
18
+ ],
19
+ "aws_sigv4": {
20
+ "service": "s3"
21
+ },
22
+ "credential_fields": [
23
+ {
24
+ "name": "region",
25
+ "label": "Region",
26
+ "description": "B2 region of your bucket \u2014 e.g. us-west-001, us-west-002, us-west-004, us-east-005, eu-central-003. Find it in the bucket's endpoint URL in the B2 dashboard.",
27
+ "required": true,
28
+ "type": "text",
29
+ "default": "us-west-004"
30
+ },
31
+ {
32
+ "name": "access_key_id",
33
+ "label": "B2 Application Key ID",
34
+ "description": "Application keyID from backblaze.com \u2192 App Keys. Master Application Key works but a bucket-scoped key is safer.",
35
+ "required": true,
36
+ "type": "text"
37
+ },
38
+ {
39
+ "name": "secret_access_key",
40
+ "label": "B2 Application Key",
41
+ "description": "applicationKey returned alongside the keyID at creation. Shown once \u2014 regenerate if lost.",
42
+ "required": true,
43
+ "type": "password"
44
+ }
45
+ ]
46
+ },
47
+ "tools": [
48
+ {
49
+ "name": "list_objects",
50
+ "description": "List objects in a bucket (S3-compatible ListObjectsV2). Returns XML; parse Contents[].Key / Size / LastModified, plus IsTruncated + NextContinuationToken for pagination.",
51
+ "method": "GET",
52
+ "path": "/{bucket}",
53
+ "input_schema": {
54
+ "type": "object",
55
+ "properties": {
56
+ "bucket": {
57
+ "type": "string",
58
+ "description": "B2 bucket name."
59
+ },
60
+ "prefix": {
61
+ "type": "string",
62
+ "description": "Filter to keys starting with this prefix."
63
+ },
64
+ "continuation-token": {
65
+ "type": "string",
66
+ "description": "Pagination cursor from a prior IsTruncated response."
67
+ },
68
+ "max-keys": {
69
+ "type": "integer",
70
+ "description": "Page size (max 1000)."
71
+ },
72
+ "list-type": {
73
+ "type": "integer",
74
+ "default": 2
75
+ }
76
+ },
77
+ "required": [
78
+ "bucket"
79
+ ]
80
+ },
81
+ "query_params": [
82
+ "prefix",
83
+ "continuation-token",
84
+ "max-keys",
85
+ "list-type"
86
+ ]
87
+ },
88
+ {
89
+ "name": "put_object",
90
+ "description": "Upload an object. Pass content as 'body'; the runner sends it verbatim with SigV4-signed integrity hash. B2's S3 API supports objects up to 5GB single-PUT; for larger objects use multipart upload (not yet exposed here).",
91
+ "method": "PUT",
92
+ "path": "/{bucket}/{key}",
93
+ "input_schema": {
94
+ "type": "object",
95
+ "properties": {
96
+ "bucket": {
97
+ "type": "string"
98
+ },
99
+ "key": {
100
+ "type": "string",
101
+ "description": "Object key (path inside the bucket)."
102
+ },
103
+ "body": {
104
+ "type": "string",
105
+ "description": "Object content. Bytes welcome \u2014 the runner sends them verbatim."
106
+ }
107
+ },
108
+ "required": [
109
+ "bucket",
110
+ "key",
111
+ "body"
112
+ ]
113
+ },
114
+ "body_input": "body"
115
+ },
116
+ {
117
+ "name": "get_object",
118
+ "description": "Download an object. Response body is the raw object bytes (response cap 200MB).",
119
+ "method": "GET",
120
+ "path": "/{bucket}/{key}",
121
+ "input_schema": {
122
+ "type": "object",
123
+ "properties": {
124
+ "bucket": {
125
+ "type": "string"
126
+ },
127
+ "key": {
128
+ "type": "string"
129
+ }
130
+ },
131
+ "required": [
132
+ "bucket",
133
+ "key"
134
+ ]
135
+ }
136
+ },
137
+ {
138
+ "name": "delete_object",
139
+ "description": "Delete a single object. Returns 204 on success. Note: B2 buckets with file-version retention will keep prior versions \u2014 this only deletes the latest.",
140
+ "method": "DELETE",
141
+ "path": "/{bucket}/{key}",
142
+ "input_schema": {
143
+ "type": "object",
144
+ "properties": {
145
+ "bucket": {
146
+ "type": "string"
147
+ },
148
+ "key": {
149
+ "type": "string"
150
+ }
151
+ },
152
+ "required": [
153
+ "bucket",
154
+ "key"
155
+ ]
156
+ }
157
+ },
158
+ {
159
+ "name": "list_buckets",
160
+ "description": "List all B2 buckets visible to the application key. Returns XML; ListAllMyBucketsResult.Buckets.Bucket[] has the names + creation dates.",
161
+ "method": "GET",
162
+ "path": "/",
163
+ "input_schema": {
164
+ "type": "object",
165
+ "properties": {}
166
+ }
167
+ }
168
+ ],
169
+ "health_check": {
170
+ "tool": "list_buckets",
171
+ "auth_ok_when_body_contains": [
172
+ "AccessDenied"
173
+ ]
174
+ }
175
+ }