@apteva/integrations 0.3.62 → 0.15.4

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 +180 -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 +13 -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
@@ -0,0 +1,264 @@
1
+ {
2
+ "slug": "campaign-manager-360",
3
+ "name": "Campaign Manager 360",
4
+ "description": "Google Campaign Manager 360 (DCM/DFA) Reporting & Trafficking API v4 — manage advertisers, campaigns, placements, ads, creatives, and run reports for Google's ad-server / measurement product. Distinct from Google Ads and DV360.",
5
+ "logo": "https://www.google.com/s2/favicons?domain=campaignmanager.google.com&sz=128",
6
+ "categories": [
7
+ "advertising",
8
+ "marketing",
9
+ "campaigns",
10
+ "google",
11
+ "ad-server",
12
+ "trafficking",
13
+ "measurement"
14
+ ],
15
+ "base_url": "https://dfareporting.googleapis.com/dfareporting/v4",
16
+ "auth": {
17
+ "types": [
18
+ "bearer",
19
+ "oauth2"
20
+ ],
21
+ "headers": {
22
+ "Authorization": "Bearer {{token}}"
23
+ },
24
+ "credential_fields": [
25
+ {
26
+ "name": "token",
27
+ "label": "access_token",
28
+ "type": "password"
29
+ },
30
+ {
31
+ "name": "refresh_token",
32
+ "label": "refresh_token",
33
+ "type": "password"
34
+ },
35
+ {
36
+ "name": "expires_in",
37
+ "label": "expires_in"
38
+ },
39
+ {
40
+ "name": "profile_id",
41
+ "label": "Default User Profile ID",
42
+ "description": "CM360 user profile id — required as the {profileId} path param on every call. Discover via list_user_profiles."
43
+ }
44
+ ],
45
+ "oauth2": {
46
+ "authorize_url": "https://accounts.google.com/o/oauth2/v2/auth",
47
+ "token_url": "https://oauth2.googleapis.com/token",
48
+ "scopes": [
49
+ "https://www.googleapis.com/auth/dfatrafficking",
50
+ "https://www.googleapis.com/auth/dfareporting",
51
+ "https://www.googleapis.com/auth/ddmconversions"
52
+ ],
53
+ "client_id_required": true,
54
+ "pkce": false,
55
+ "extra_authorize_params": {
56
+ "access_type": "offline",
57
+ "prompt": "consent",
58
+ "include_granted_scopes": "true"
59
+ }
60
+ }
61
+ },
62
+ "tools": [
63
+ {
64
+ "name": "list_user_profiles",
65
+ "description": "List CM360 user profiles available to the authenticated user. Each profile binds the user to one CM360 account; profileId is required by every other endpoint.",
66
+ "method": "GET",
67
+ "path": "/userprofiles",
68
+ "input_schema": {
69
+ "type": "object",
70
+ "properties": {}
71
+ }
72
+ },
73
+ {
74
+ "name": "list_advertisers",
75
+ "description": "List advertisers under the user profile. Filter by ids, status (APPROVED|ON_HOLD), subaccountId, floodlightConfigurationIds.",
76
+ "method": "GET",
77
+ "path": "/userprofiles/{profileId}/advertisers",
78
+ "input_schema": {
79
+ "type": "object",
80
+ "properties": {
81
+ "profileId": { "type": "string" },
82
+ "ids": { "type": "array", "items": { "type": "string" } },
83
+ "status": { "type": "string", "enum": ["APPROVED", "ON_HOLD"] },
84
+ "subaccountId": { "type": "string" },
85
+ "searchString": { "type": "string", "description": "Substring match on name (use *)" },
86
+ "maxResults": { "type": "integer", "default": 1000 },
87
+ "pageToken": { "type": "string" }
88
+ },
89
+ "required": ["profileId"]
90
+ }
91
+ },
92
+ {
93
+ "name": "list_campaigns",
94
+ "description": "List campaigns under a user profile. Common filters: advertiserIds, archived, ids, searchString.",
95
+ "method": "GET",
96
+ "path": "/userprofiles/{profileId}/campaigns",
97
+ "input_schema": {
98
+ "type": "object",
99
+ "properties": {
100
+ "profileId": { "type": "string" },
101
+ "advertiserIds": { "type": "array", "items": { "type": "string" } },
102
+ "archived": { "type": "boolean" },
103
+ "ids": { "type": "array", "items": { "type": "string" } },
104
+ "searchString": { "type": "string" },
105
+ "maxResults": { "type": "integer", "default": 1000 },
106
+ "pageToken": { "type": "string" }
107
+ },
108
+ "required": ["profileId"]
109
+ }
110
+ },
111
+ {
112
+ "name": "create_campaign",
113
+ "description": "Insert a new campaign. Required: advertiserId, name, startDate (yyyy-MM-dd), endDate, defaultLandingPageId. Optional: archived, billingInvoiceCode, comment, eventTagOverrides, audienceSegmentGroups, additionalCreativeOptimizationConfigurations.",
114
+ "method": "POST",
115
+ "path": "/userprofiles/{profileId}/campaigns",
116
+ "input_schema": {
117
+ "type": "object",
118
+ "properties": {
119
+ "profileId": { "type": "string" },
120
+ "advertiserId": { "type": "string" },
121
+ "name": { "type": "string" },
122
+ "startDate": { "type": "string" },
123
+ "endDate": { "type": "string" },
124
+ "defaultLandingPageId": { "type": "string" },
125
+ "archived": { "type": "boolean", "default": false },
126
+ "comment": { "type": "string" }
127
+ },
128
+ "required": ["profileId", "advertiserId", "name", "startDate", "endDate", "defaultLandingPageId"]
129
+ }
130
+ },
131
+ {
132
+ "name": "list_placements",
133
+ "description": "List placements (the inventory + size + targeting unit). Filter by campaignIds, advertiserIds, paymentSource, contentCategoryIds.",
134
+ "method": "GET",
135
+ "path": "/userprofiles/{profileId}/placements",
136
+ "input_schema": {
137
+ "type": "object",
138
+ "properties": {
139
+ "profileId": { "type": "string" },
140
+ "campaignIds": { "type": "array", "items": { "type": "string" } },
141
+ "advertiserIds": { "type": "array", "items": { "type": "string" } },
142
+ "ids": { "type": "array", "items": { "type": "string" } },
143
+ "archived": { "type": "boolean" },
144
+ "searchString": { "type": "string" },
145
+ "maxResults": { "type": "integer", "default": 1000 },
146
+ "pageToken": { "type": "string" }
147
+ },
148
+ "required": ["profileId"]
149
+ }
150
+ },
151
+ {
152
+ "name": "list_ads",
153
+ "description": "List ads (the entity that ties a creative to a placement). Filter by campaignIds, advertiserIds, type (AD_SERVING_STANDARD_AD|AD_SERVING_TRACKING|...), active.",
154
+ "method": "GET",
155
+ "path": "/userprofiles/{profileId}/ads",
156
+ "input_schema": {
157
+ "type": "object",
158
+ "properties": {
159
+ "profileId": { "type": "string" },
160
+ "campaignIds": { "type": "array", "items": { "type": "string" } },
161
+ "advertiserId": { "type": "string" },
162
+ "ids": { "type": "array", "items": { "type": "string" } },
163
+ "active": { "type": "boolean" },
164
+ "archived": { "type": "boolean" },
165
+ "type": { "type": "array", "items": { "type": "string" } },
166
+ "maxResults": { "type": "integer", "default": 1000 },
167
+ "pageToken": { "type": "string" }
168
+ },
169
+ "required": ["profileId"]
170
+ }
171
+ },
172
+ {
173
+ "name": "create_ad",
174
+ "description": "Insert a new ad. Required: name, campaignId, type, startTime, endTime, deliverySchedule (priority, hardCutoff?), placementAssignments[], creativeRotation, deliveryMode.",
175
+ "method": "POST",
176
+ "path": "/userprofiles/{profileId}/ads",
177
+ "input_schema": {
178
+ "type": "object",
179
+ "properties": {
180
+ "profileId": { "type": "string" },
181
+ "name": { "type": "string" },
182
+ "campaignId": { "type": "string" },
183
+ "type": { "type": "string" },
184
+ "startTime": { "type": "string" },
185
+ "endTime": { "type": "string" },
186
+ "deliverySchedule": { "type": "object" },
187
+ "placementAssignments": { "type": "array", "items": { "type": "object" } },
188
+ "creativeRotation": { "type": "object" },
189
+ "active": { "type": "boolean", "default": false }
190
+ },
191
+ "required": ["profileId", "name", "campaignId", "type", "startTime", "endTime", "placementAssignments"]
192
+ }
193
+ },
194
+ {
195
+ "name": "list_creatives",
196
+ "description": "List creatives under the user profile. Filter by advertiserId, campaignId, types, active, archived.",
197
+ "method": "GET",
198
+ "path": "/userprofiles/{profileId}/creatives",
199
+ "input_schema": {
200
+ "type": "object",
201
+ "properties": {
202
+ "profileId": { "type": "string" },
203
+ "advertiserId": { "type": "string" },
204
+ "campaignId": { "type": "string" },
205
+ "ids": { "type": "array", "items": { "type": "string" } },
206
+ "active": { "type": "boolean" },
207
+ "archived": { "type": "boolean" },
208
+ "types": { "type": "array", "items": { "type": "string" } },
209
+ "maxResults": { "type": "integer", "default": 1000 },
210
+ "pageToken": { "type": "string" }
211
+ },
212
+ "required": ["profileId"]
213
+ }
214
+ },
215
+ {
216
+ "name": "list_reports",
217
+ "description": "List saved CM360 reports (Reporting API).",
218
+ "method": "GET",
219
+ "path": "/userprofiles/{profileId}/reports",
220
+ "input_schema": {
221
+ "type": "object",
222
+ "properties": {
223
+ "profileId": { "type": "string" },
224
+ "scope": { "type": "string", "enum": ["ALL", "MINE"], "default": "MINE" },
225
+ "maxResults": { "type": "integer", "default": 10 },
226
+ "pageToken": { "type": "string" },
227
+ "sortField": { "type": "string", "enum": ["ID", "LAST_MODIFIED_TIME", "NAME"], "default": "LAST_MODIFIED_TIME" },
228
+ "sortOrder": { "type": "string", "enum": ["ASCENDING", "DESCENDING"], "default": "DESCENDING" }
229
+ },
230
+ "required": ["profileId"]
231
+ }
232
+ },
233
+ {
234
+ "name": "run_report",
235
+ "description": "Trigger a synchronous run of an existing report. Returns a Report File resource; poll its status until REPORT_AVAILABLE, then GET its file.urls.apiUrl to download.",
236
+ "method": "POST",
237
+ "path": "/userprofiles/{profileId}/reports/{reportId}/run",
238
+ "input_schema": {
239
+ "type": "object",
240
+ "properties": {
241
+ "profileId": { "type": "string" },
242
+ "reportId": { "type": "string" },
243
+ "synchronous": { "type": "boolean", "default": false, "description": "If true, the call blocks until the file is ready (slow)" }
244
+ },
245
+ "required": ["profileId", "reportId"]
246
+ }
247
+ },
248
+ {
249
+ "name": "get_report_file",
250
+ "description": "Get the metadata + download URL for a generated report file.",
251
+ "method": "GET",
252
+ "path": "/userprofiles/{profileId}/reports/{reportId}/files/{fileId}",
253
+ "input_schema": {
254
+ "type": "object",
255
+ "properties": {
256
+ "profileId": { "type": "string" },
257
+ "reportId": { "type": "string" },
258
+ "fileId": { "type": "string" }
259
+ },
260
+ "required": ["profileId", "reportId", "fileId"]
261
+ }
262
+ }
263
+ ]
264
+ }
@@ -0,0 +1,51 @@
1
+ {
2
+ "slug": "capturekit",
3
+ "name": "CaptureKit",
4
+ "description": "Affordable URL-to-screenshot API. GET request returns the rendered image binary (PNG/JPEG/WebP/PDF). Supports custom viewports, device emulation (iPhone, Galaxy, Pixel, iPad), resource blocking, proxies, and direct S3 upload of the result. Free tier 100 credits, paid plans from $7/mo.",
5
+ "logo": "https://www.google.com/s2/favicons?domain=capturekit.dev&sz=128",
6
+ "categories": ["screenshots", "rendering", "automation"],
7
+ "base_url": "https://api.capturekit.dev",
8
+ "auth": {
9
+ "types": ["api_key"],
10
+ "headers": {
11
+ "x-access-key": "{{api_key}}"
12
+ },
13
+ "credential_fields": [
14
+ { "name": "api_key", "label": "CaptureKit access key" }
15
+ ]
16
+ },
17
+ "tools": [
18
+ {
19
+ "name": "capture",
20
+ "description": "Capture a screenshot of a URL. Returns the rendered image as binary (image/png|jpeg|webp or application/pdf). Optionally uploads to S3 if s3_* params are provided.",
21
+ "method": "GET",
22
+ "path": "/capture",
23
+ "input_schema": {
24
+ "type": "object",
25
+ "properties": {
26
+ "url": { "type": "string", "description": "The URL to screenshot" },
27
+ "format": { "type": "string", "enum": ["png", "jpeg", "jpg", "webp", "pdf"], "default": "png" },
28
+ "viewport_width": { "type": "integer", "default": 1280, "description": "Viewport width in CSS pixels" },
29
+ "viewport_height": { "type": "integer", "default": 1024, "description": "Viewport height in CSS pixels" },
30
+ "full_page": { "type": "boolean", "default": false, "description": "Capture the entire scrollable page" },
31
+ "device": { "type": "string", "description": "Device to emulate (e.g. iPhone 14, Galaxy S22, Pixel 7, iPad Pro)" },
32
+ "delay": { "type": "integer", "description": "Extra wait time in seconds before capturing" },
33
+ "block_resources": { "type": "string", "description": "Comma-separated resource types to block (document, stylesheet, image, media, font, script)" },
34
+ "proxy": { "type": "string", "description": "Proxy URL (http/https/socks5) in the form http://user:pass@host:port" },
35
+ "user_agent": { "type": "string", "description": "Override the user agent string" },
36
+ "s3_url": { "type": "string", "description": "S3-compatible endpoint URL (triggers S3 upload)" },
37
+ "s3_access_key_id": { "type": "string" },
38
+ "s3_secret_key": { "type": "string" },
39
+ "s3_bucket": { "type": "string" },
40
+ "s3_object_key": { "type": "string", "description": "Object key (path) to write the screenshot to" }
41
+ },
42
+ "required": ["url"]
43
+ },
44
+ "query_params": [
45
+ "url", "format", "viewport_width", "viewport_height", "full_page",
46
+ "device", "delay", "block_resources", "proxy", "user_agent",
47
+ "s3_url", "s3_access_key_id", "s3_secret_key", "s3_bucket", "s3_object_key"
48
+ ]
49
+ }
50
+ ]
51
+ }
@@ -0,0 +1,212 @@
1
+ {
2
+ "slug": "circleci",
3
+ "name": "CircleCI",
4
+ "description": "MCP server for CircleCI - pipelines, workflows, jobs, and projects via the CircleCI REST API v2",
5
+ "logo": "https://www.google.com/s2/favicons?domain=circleci.com&sz=128",
6
+ "categories": [
7
+ "ci-cd",
8
+ "developer-tools",
9
+ "devops",
10
+ "build"
11
+ ],
12
+ "base_url": "https://circleci.com/api/v2",
13
+ "auth": {
14
+ "types": [
15
+ "api_key"
16
+ ],
17
+ "headers": {
18
+ "Circle-Token": "{{api_key}}"
19
+ },
20
+ "credential_fields": [
21
+ {
22
+ "name": "api_key",
23
+ "label": "Personal API Token",
24
+ "description": "Personal API token from User Settings \u2192 Personal API Tokens"
25
+ }
26
+ ]
27
+ },
28
+ "tools": [
29
+ {
30
+ "name": "get_current_user",
31
+ "description": "Get the authenticated user's account",
32
+ "method": "GET",
33
+ "path": "/me",
34
+ "input_schema": {
35
+ "type": "object",
36
+ "properties": {}
37
+ }
38
+ },
39
+ {
40
+ "name": "list_pipelines",
41
+ "description": "List pipelines for a project. project_slug format: vcs-slug/org-name/repo-name (e.g. gh/octocat/hello-world)",
42
+ "method": "GET",
43
+ "path": "/project/{project_slug}/pipeline",
44
+ "input_schema": {
45
+ "type": "object",
46
+ "properties": {
47
+ "project_slug": {
48
+ "type": "string"
49
+ },
50
+ "branch": {
51
+ "type": "string"
52
+ },
53
+ "page-token": {
54
+ "type": "string"
55
+ }
56
+ },
57
+ "required": [
58
+ "project_slug"
59
+ ]
60
+ },
61
+ "query_params": [
62
+ "branch",
63
+ "page-token"
64
+ ]
65
+ },
66
+ {
67
+ "name": "get_pipeline",
68
+ "description": "Get a pipeline by ID",
69
+ "method": "GET",
70
+ "path": "/pipeline/{pipeline_id}",
71
+ "input_schema": {
72
+ "type": "object",
73
+ "properties": {
74
+ "pipeline_id": {
75
+ "type": "string"
76
+ }
77
+ },
78
+ "required": [
79
+ "pipeline_id"
80
+ ]
81
+ }
82
+ },
83
+ {
84
+ "name": "trigger_pipeline",
85
+ "description": "Trigger a new pipeline for a project",
86
+ "method": "POST",
87
+ "path": "/project/{project_slug}/pipeline",
88
+ "input_schema": {
89
+ "type": "object",
90
+ "properties": {
91
+ "project_slug": {
92
+ "type": "string"
93
+ },
94
+ "branch": {
95
+ "type": "string"
96
+ },
97
+ "tag": {
98
+ "type": "string"
99
+ },
100
+ "parameters": {
101
+ "type": "object",
102
+ "description": "Map of pipeline parameter name \u2192 value"
103
+ }
104
+ },
105
+ "required": [
106
+ "project_slug"
107
+ ]
108
+ }
109
+ },
110
+ {
111
+ "name": "list_pipeline_workflows",
112
+ "description": "List workflows for a pipeline",
113
+ "method": "GET",
114
+ "path": "/pipeline/{pipeline_id}/workflow",
115
+ "input_schema": {
116
+ "type": "object",
117
+ "properties": {
118
+ "pipeline_id": {
119
+ "type": "string"
120
+ }
121
+ },
122
+ "required": [
123
+ "pipeline_id"
124
+ ]
125
+ }
126
+ },
127
+ {
128
+ "name": "get_workflow",
129
+ "description": "Get a workflow by ID",
130
+ "method": "GET",
131
+ "path": "/workflow/{workflow_id}",
132
+ "input_schema": {
133
+ "type": "object",
134
+ "properties": {
135
+ "workflow_id": {
136
+ "type": "string"
137
+ }
138
+ },
139
+ "required": [
140
+ "workflow_id"
141
+ ]
142
+ }
143
+ },
144
+ {
145
+ "name": "list_workflow_jobs",
146
+ "description": "List jobs in a workflow",
147
+ "method": "GET",
148
+ "path": "/workflow/{workflow_id}/job",
149
+ "input_schema": {
150
+ "type": "object",
151
+ "properties": {
152
+ "workflow_id": {
153
+ "type": "string"
154
+ }
155
+ },
156
+ "required": [
157
+ "workflow_id"
158
+ ]
159
+ }
160
+ },
161
+ {
162
+ "name": "cancel_workflow",
163
+ "description": "Cancel a running workflow",
164
+ "method": "POST",
165
+ "path": "/workflow/{workflow_id}/cancel",
166
+ "input_schema": {
167
+ "type": "object",
168
+ "properties": {
169
+ "workflow_id": {
170
+ "type": "string"
171
+ }
172
+ },
173
+ "required": [
174
+ "workflow_id"
175
+ ]
176
+ }
177
+ },
178
+ {
179
+ "name": "rerun_workflow",
180
+ "description": "Rerun a workflow, optionally only failed jobs or from-failed",
181
+ "method": "POST",
182
+ "path": "/workflow/{workflow_id}/rerun",
183
+ "input_schema": {
184
+ "type": "object",
185
+ "properties": {
186
+ "workflow_id": {
187
+ "type": "string"
188
+ },
189
+ "from_failed": {
190
+ "type": "boolean"
191
+ },
192
+ "jobs": {
193
+ "type": "array",
194
+ "items": {
195
+ "type": "string"
196
+ },
197
+ "description": "Job IDs to rerun (omit for all)"
198
+ },
199
+ "enable_ssh": {
200
+ "type": "boolean"
201
+ }
202
+ },
203
+ "required": [
204
+ "workflow_id"
205
+ ]
206
+ }
207
+ }
208
+ ],
209
+ "health_check": {
210
+ "tool": "get_current_user"
211
+ }
212
+ }
@@ -0,0 +1,75 @@
1
+ {
2
+ "slug": "cirrus-runners",
3
+ "name": "Cirrus Runners",
4
+ "description": "Flat-rate hosted GitHub Actions runners from the Cirrus CI team — $150/mo per concurrent runner, unlimited minutes, all platforms (Linux x86 + arm64, macOS, Windows). Wins for very high build volume where per-minute pricing stops making sense. The HTTP API exposes account, runners, and job inventory.",
5
+ "logo": "https://www.google.com/s2/favicons?domain=cirrus-runners.app&sz=128",
6
+ "categories": ["build", "ci", "github-actions", "runners", "macos", "devops"],
7
+ "base_url": "https://api.cirrus-ci.com/v1",
8
+ "auth": {
9
+ "types": ["bearer"],
10
+ "headers": { "Authorization": "Bearer {{token}}" },
11
+ "credential_fields": [
12
+ { "name": "token", "label": "API Token", "description": "Cirrus CI personal access token (cirrus-ci.com/settings/profile)", "required": true, "type": "password" }
13
+ ]
14
+ },
15
+ "tools": [
16
+ {
17
+ "name": "list_runners",
18
+ "description": "List configured persistent runners.",
19
+ "method": "GET",
20
+ "path": "/runners",
21
+ "input_schema": { "type": "object", "properties": {} }
22
+ },
23
+ {
24
+ "name": "list_jobs",
25
+ "description": "List recent jobs across all runners. Args: status? (TRIGGERED|EXECUTING|COMPLETED|FAILED), limit?.",
26
+ "method": "GET",
27
+ "path": "/jobs?status={status}&limit={limit}",
28
+ "input_schema": {
29
+ "type": "object",
30
+ "properties": {
31
+ "status": { "type": "string" },
32
+ "limit": { "type": "integer" }
33
+ }
34
+ }
35
+ },
36
+ {
37
+ "name": "get_job",
38
+ "description": "Get a single job + its execution timeline. Args: job_id.",
39
+ "method": "GET",
40
+ "path": "/jobs/{job_id}",
41
+ "input_schema": {
42
+ "type": "object",
43
+ "properties": { "job_id": { "type": "string" } },
44
+ "required": ["job_id"]
45
+ }
46
+ },
47
+ {
48
+ "name": "rerun_job",
49
+ "description": "Re-trigger a job. Args: job_id.",
50
+ "method": "POST",
51
+ "path": "/jobs/{job_id}/rerun",
52
+ "input_schema": {
53
+ "type": "object",
54
+ "properties": { "job_id": { "type": "string" } },
55
+ "required": ["job_id"]
56
+ }
57
+ },
58
+ {
59
+ "name": "list_builds",
60
+ "description": "List builds for a repository. Args: owner, repo, branch?, limit?.",
61
+ "method": "GET",
62
+ "path": "/builds?owner={owner}&repo={repo}&branch={branch}&limit={limit}",
63
+ "input_schema": {
64
+ "type": "object",
65
+ "properties": {
66
+ "owner": { "type": "string" },
67
+ "repo": { "type": "string" },
68
+ "branch": { "type": "string" },
69
+ "limit": { "type": "integer" }
70
+ },
71
+ "required": ["owner", "repo"]
72
+ }
73
+ }
74
+ ]
75
+ }