@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.
- package/dist/aws-sigv4.d.ts +32 -0
- package/dist/aws-sigv4.d.ts.map +1 -0
- package/dist/aws-sigv4.js +126 -0
- package/dist/aws-sigv4.js.map +1 -0
- package/dist/explorer/main.js +21617 -0
- package/dist/explorer/main.js.map +90 -0
- package/dist/explorer/style.css +2 -0
- package/dist/http-executor.d.ts.map +1 -1
- package/dist/http-executor.js +145 -12
- package/dist/http-executor.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/mcp-generator.d.ts +7 -2
- package/dist/mcp-generator.d.ts.map +1 -1
- package/dist/mcp-generator.js +46 -5
- package/dist/mcp-generator.js.map +1 -1
- package/dist/oauth.js +1 -1
- package/dist/oauth.js.map +1 -1
- package/dist/types.d.ts +251 -3
- package/dist/types.d.ts.map +1 -1
- package/dist/ui/github/ActivityFeed.d.ts +24 -0
- package/dist/ui/github/ActivityFeed.d.ts.map +1 -0
- package/dist/ui/github/ActivityFeed.js +106 -0
- package/dist/ui/github/ActivityFeed.js.map +1 -0
- package/dist/ui/github/ActivityFeed.mjs +3 -0
- package/dist/ui/github/ActivityFeed.mjs.map +29 -0
- package/dist/ui/github/CommitCard.d.ts +24 -0
- package/dist/ui/github/CommitCard.d.ts.map +1 -0
- package/dist/ui/github/CommitCard.js +102 -0
- package/dist/ui/github/CommitCard.js.map +1 -0
- package/dist/ui/github/CommitCard.mjs +5 -0
- package/dist/ui/github/CommitCard.mjs.map +11 -0
- package/dist/ui/github/IssueCard.d.ts +33 -0
- package/dist/ui/github/IssueCard.d.ts.map +1 -0
- package/dist/ui/github/IssueCard.js +131 -0
- package/dist/ui/github/IssueCard.js.map +1 -0
- package/dist/ui/github/IssueCard.mjs +3 -0
- package/dist/ui/github/IssueCard.mjs.map +21 -0
- package/dist/ui/github/PullRequestCard.d.ts +36 -0
- package/dist/ui/github/PullRequestCard.d.ts.map +1 -0
- package/dist/ui/github/PullRequestCard.js +158 -0
- package/dist/ui/github/PullRequestCard.js.map +1 -0
- package/dist/ui/github/PullRequestCard.mjs +3 -0
- package/dist/ui/github/PullRequestCard.mjs.map +22 -0
- package/dist/ui/github/WorkflowRunCard.d.ts +30 -0
- package/dist/ui/github/WorkflowRunCard.d.ts.map +1 -0
- package/dist/ui/github/WorkflowRunCard.js +124 -0
- package/dist/ui/github/WorkflowRunCard.js.map +1 -0
- package/dist/ui/github/WorkflowRunCard.mjs +3 -0
- package/dist/ui/github/WorkflowRunCard.mjs.map +11 -0
- package/dist/ui/github/lib/github.d.ts +43 -0
- package/dist/ui/github/lib/github.d.ts.map +1 -0
- package/dist/ui/github/lib/github.js +151 -0
- package/dist/ui/github/lib/github.js.map +1 -0
- package/dist/ui/hubspot/ActivityFeed.d.ts +22 -0
- package/dist/ui/hubspot/ActivityFeed.d.ts.map +1 -0
- package/dist/ui/hubspot/ActivityFeed.js +52 -0
- package/dist/ui/hubspot/ActivityFeed.js.map +1 -0
- package/dist/ui/hubspot/ActivityFeed.mjs +3 -0
- package/dist/ui/hubspot/ActivityFeed.mjs.map +26 -0
- package/dist/ui/hubspot/CompanyCard.d.ts +22 -0
- package/dist/ui/hubspot/CompanyCard.d.ts.map +1 -0
- package/dist/ui/hubspot/CompanyCard.js +63 -0
- package/dist/ui/hubspot/CompanyCard.js.map +1 -0
- package/dist/ui/hubspot/CompanyCard.mjs +3 -0
- package/dist/ui/hubspot/CompanyCard.mjs.map +11 -0
- package/dist/ui/hubspot/ContactCard.d.ts +22 -0
- package/dist/ui/hubspot/ContactCard.d.ts.map +1 -0
- package/dist/ui/hubspot/ContactCard.js +62 -0
- package/dist/ui/hubspot/ContactCard.js.map +1 -0
- package/dist/ui/hubspot/ContactCard.mjs +3 -0
- package/dist/ui/hubspot/ContactCard.mjs.map +11 -0
- package/dist/ui/hubspot/ContactList.d.ts +21 -0
- package/dist/ui/hubspot/ContactList.d.ts.map +1 -0
- package/dist/ui/hubspot/ContactList.js +31 -0
- package/dist/ui/hubspot/ContactList.js.map +1 -0
- package/dist/ui/hubspot/ContactList.mjs +3 -0
- package/dist/ui/hubspot/ContactList.mjs.map +11 -0
- package/dist/ui/hubspot/DealCard.d.ts +23 -0
- package/dist/ui/hubspot/DealCard.d.ts.map +1 -0
- package/dist/ui/hubspot/DealCard.js +63 -0
- package/dist/ui/hubspot/DealCard.js.map +1 -0
- package/dist/ui/hubspot/DealCard.mjs +3 -0
- package/dist/ui/hubspot/DealCard.mjs.map +11 -0
- package/dist/ui/hubspot/DealList.d.ts +24 -0
- package/dist/ui/hubspot/DealList.d.ts.map +1 -0
- package/dist/ui/hubspot/DealList.js +35 -0
- package/dist/ui/hubspot/DealList.js.map +1 -0
- package/dist/ui/hubspot/DealList.mjs +3 -0
- package/dist/ui/hubspot/DealList.mjs.map +11 -0
- package/dist/ui/hubspot/EmailCard.d.ts +25 -0
- package/dist/ui/hubspot/EmailCard.d.ts.map +1 -0
- package/dist/ui/hubspot/EmailCard.js +62 -0
- package/dist/ui/hubspot/EmailCard.js.map +1 -0
- package/dist/ui/hubspot/EmailCard.mjs +5 -0
- package/dist/ui/hubspot/EmailCard.mjs.map +11 -0
- package/dist/ui/hubspot/InboxStrip.d.ts +23 -0
- package/dist/ui/hubspot/InboxStrip.d.ts.map +1 -0
- package/dist/ui/hubspot/InboxStrip.js +36 -0
- package/dist/ui/hubspot/InboxStrip.js.map +1 -0
- package/dist/ui/hubspot/InboxStrip.mjs +3 -0
- package/dist/ui/hubspot/InboxStrip.mjs.map +11 -0
- package/dist/ui/hubspot/PipelineStrip.d.ts +22 -0
- package/dist/ui/hubspot/PipelineStrip.d.ts.map +1 -0
- package/dist/ui/hubspot/PipelineStrip.js +54 -0
- package/dist/ui/hubspot/PipelineStrip.js.map +1 -0
- package/dist/ui/hubspot/PipelineStrip.mjs +3 -0
- package/dist/ui/hubspot/PipelineStrip.mjs.map +11 -0
- package/dist/ui/hubspot/TicketCard.d.ts +25 -0
- package/dist/ui/hubspot/TicketCard.d.ts.map +1 -0
- package/dist/ui/hubspot/TicketCard.js +53 -0
- package/dist/ui/hubspot/TicketCard.js.map +1 -0
- package/dist/ui/hubspot/TicketCard.mjs +3 -0
- package/dist/ui/hubspot/TicketCard.mjs.map +21 -0
- package/dist/ui/hubspot/TicketList.d.ts +21 -0
- package/dist/ui/hubspot/TicketList.d.ts.map +1 -0
- package/dist/ui/hubspot/TicketList.js +33 -0
- package/dist/ui/hubspot/TicketList.js.map +1 -0
- package/dist/ui/hubspot/TicketList.mjs +3 -0
- package/dist/ui/hubspot/TicketList.mjs.map +11 -0
- package/dist/ui/hubspot/lib/hubspot.d.ts +24 -0
- package/dist/ui/hubspot/lib/hubspot.d.ts.map +1 -0
- package/dist/ui/hubspot/lib/hubspot.js +176 -0
- package/dist/ui/hubspot/lib/hubspot.js.map +1 -0
- package/dist/ui/notion/DatabaseCard.d.ts +24 -0
- package/dist/ui/notion/DatabaseCard.d.ts.map +1 -0
- package/dist/ui/notion/DatabaseCard.js +86 -0
- package/dist/ui/notion/DatabaseCard.js.map +1 -0
- package/dist/ui/notion/DatabaseCard.mjs +3 -0
- package/dist/ui/notion/DatabaseCard.mjs.map +11 -0
- package/dist/ui/notion/DatabaseRowList.d.ts +36 -0
- package/dist/ui/notion/DatabaseRowList.d.ts.map +1 -0
- package/dist/ui/notion/DatabaseRowList.js +87 -0
- package/dist/ui/notion/DatabaseRowList.js.map +1 -0
- package/dist/ui/notion/DatabaseRowList.mjs +3 -0
- package/dist/ui/notion/DatabaseRowList.mjs.map +11 -0
- package/dist/ui/notion/PageCard.d.ts +27 -0
- package/dist/ui/notion/PageCard.d.ts.map +1 -0
- package/dist/ui/notion/PageCard.js +80 -0
- package/dist/ui/notion/PageCard.js.map +1 -0
- package/dist/ui/notion/PageCard.mjs +3 -0
- package/dist/ui/notion/PageCard.mjs.map +11 -0
- package/dist/ui/notion/PageList.d.ts +24 -0
- package/dist/ui/notion/PageList.d.ts.map +1 -0
- package/dist/ui/notion/PageList.js +51 -0
- package/dist/ui/notion/PageList.js.map +1 -0
- package/dist/ui/notion/PageList.mjs +3 -0
- package/dist/ui/notion/PageList.mjs.map +11 -0
- package/dist/ui/notion/lib/notion.d.ts +35 -0
- package/dist/ui/notion/lib/notion.d.ts.map +1 -0
- package/dist/ui/notion/lib/notion.js +119 -0
- package/dist/ui/notion/lib/notion.js.map +1 -0
- package/dist/xml-to-json.d.ts +20 -0
- package/dist/xml-to-json.d.ts.map +1 -0
- package/dist/xml-to-json.js +256 -0
- package/dist/xml-to-json.js.map +1 -0
- package/package.json +12 -1
- package/src/apps/adroll.json +254 -0
- package/src/apps/ahrefs.json +156 -0
- package/src/apps/airtable.json +4 -13
- package/src/apps/algolia.json +115 -0
- package/src/apps/alibaba-cloud.json +211 -0
- package/src/apps/aliexpress.json +369 -0
- package/src/apps/alpaca-market-data.json +699 -0
- package/src/apps/alpaca-trading.json +214 -989
- package/src/apps/amazon-ads.json +249 -0
- package/src/apps/amazon-associates.json +102 -0
- package/src/apps/amplitude.json +86 -0
- package/src/apps/anchor-browser.json +173 -0
- package/src/apps/anthropic-api.json +9 -4
- package/src/apps/api-sports.json +180 -0
- package/src/apps/apple-search-ads.json +266 -0
- package/src/apps/auth0.json +126 -0
- package/src/apps/awin.json +111 -0
- package/src/apps/aws-codebuild.json +139 -0
- package/src/apps/aws-mediaconvert.json +196 -0
- package/src/apps/aws-s3.json +108 -192
- package/src/apps/aws-ses.json +666 -303
- package/src/apps/aws-sns.json +128 -106
- package/src/apps/azure-container-apps.json +116 -0
- package/src/apps/backblaze-b2.json +175 -0
- package/src/apps/bamboohr.json +303 -0
- package/src/apps/basiq.json +308 -0
- package/src/apps/bigcommerce.json +366 -0
- package/src/apps/bigquery.json +121 -0
- package/src/apps/binance-trading.json +7 -4
- package/src/apps/bing-webmaster-tools.json +158 -0
- package/src/apps/bitbucket.json +163 -0
- package/src/apps/blacksmith.json +81 -0
- package/src/apps/bls.json +104 -0
- package/src/apps/bluesky.json +74 -0
- package/src/apps/braze.json +103 -0
- package/src/apps/brevo.json +4 -1
- package/src/apps/brightdata.json +94 -0
- package/src/apps/browserbase.json +237 -0
- package/src/apps/bscscan.json +150 -0
- package/src/apps/buffer.json +121 -0
- package/src/apps/buildjet.json +80 -0
- package/src/apps/builtwith.json +101 -0
- package/src/apps/bunny-cdn.json +104 -0
- package/src/apps/bunny-stream.json +205 -3
- package/src/apps/byrd.json +585 -0
- package/src/apps/calendly.json +10 -7
- package/src/apps/campaign-manager-360.json +264 -0
- package/src/apps/capturekit.json +51 -0
- package/src/apps/circleci.json +212 -0
- package/src/apps/cirrus-runners.json +75 -0
- package/src/apps/cj-affiliate.json +101 -0
- package/src/apps/cjdropshipping.json +278 -0
- package/src/apps/clerk.json +153 -0
- package/src/apps/cloudflare-containers.json +98 -0
- package/src/apps/cloudflare-r2.json +180 -0
- package/src/apps/cloudflare.json +474 -157
- package/src/apps/cloudinary.json +119 -97
- package/src/apps/coconut.json +94 -0
- package/src/apps/contentful.json +157 -0
- package/src/apps/criteo.json +222 -0
- package/src/apps/crunchbase.json +104 -0
- package/src/apps/customer-io.json +106 -0
- package/src/apps/databricks.json +94 -0
- package/src/apps/deepgram.json +3 -0
- package/src/apps/deepl.json +113 -0
- package/src/apps/deepseek.json +5 -2
- package/src/apps/depot.json +102 -0
- package/src/apps/digitalocean-spaces.json +121 -0
- package/src/apps/digitalocean.json +115 -0
- package/src/apps/discord.json +90 -1
- package/src/apps/docker-build-cloud.json +68 -0
- package/src/apps/duffel.json +193 -77
- package/src/apps/dux-soup.json +4 -1
- package/src/apps/dv360.json +287 -0
- package/src/apps/earthly-cloud.json +84 -0
- package/src/apps/eia.json +121 -0
- package/src/apps/elasticsearch.json +282 -0
- package/src/apps/elevenlabs.json +336 -192
- package/src/apps/etherscan.json +162 -0
- package/src/apps/etsy.json +484 -0
- package/src/apps/eventbrite-events.json +5 -2
- package/src/apps/exa.json +101 -0
- package/src/apps/facebook-ads.json +3 -3
- package/src/apps/facebook-api.json +1484 -37
- package/src/apps/finnhub.json +232 -0
- package/src/apps/flightapi.json +248 -0
- package/src/apps/fly-io.json +134 -0
- package/src/apps/fred.json +156 -0
- package/src/apps/gdelt.json +96 -0
- package/src/apps/gelato.json +123 -0
- package/src/apps/gemini.json +143 -49
- package/src/apps/getscreenshot.json +52 -0
- package/src/apps/github.json +355 -39
- package/src/apps/gmail.json +151 -2
- package/src/apps/gnews.json +71 -0
- package/src/apps/google-analytics.json +311 -0
- package/src/apps/google-cloud-storage.json +484 -0
- package/src/apps/google-docs.json +2 -2
- package/src/apps/google-drive.json +2 -2
- package/src/apps/google-places.json +127 -0
- package/src/apps/google-search-console.json +126 -0
- package/src/apps/google-sheets.json +2 -2
- package/src/apps/grafana-cloud.json +98 -0
- package/src/apps/groq.json +119 -0
- package/src/apps/hetzner-object-storage.json +177 -0
- package/src/apps/hetzner.json +255 -367
- package/src/apps/heygen.json +828 -141
- package/src/apps/hive-fulfillment.json +559 -0
- package/src/apps/hotjar.json +91 -0
- package/src/apps/huawei-cloud.json +189 -0
- package/src/apps/huboo.json +286 -0
- package/src/apps/hubspot.json +253 -637
- package/src/apps/huggingface.json +5 -2
- package/src/apps/hunter.json +5 -2
- package/src/apps/hyperbrowser.json +205 -0
- package/src/apps/idrive-e2.json +128 -0
- package/src/apps/impact.json +106 -0
- package/src/apps/instagram-api.json +185 -11
- package/src/apps/instantly.json +169 -0
- package/src/apps/ionos.json +250 -0
- package/src/apps/{learning-platform.json → kalio.json} +162 -3
- package/src/apps/kalshi.json +144 -0
- package/src/apps/keywords-everywhere.json +86 -0
- package/src/apps/kickbox.json +71 -0
- package/src/apps/launchdarkly.json +111 -0
- package/src/apps/leadbyte.json +600 -0
- package/src/apps/leadfeeder.json +89 -0
- package/src/apps/lemlist.json +109 -0
- package/src/apps/linkedin-ads.json +279 -0
- package/src/apps/linkedin.json +96 -2
- package/src/apps/linode-object-storage.json +183 -0
- package/src/apps/linode.json +160 -0
- package/src/apps/lnk-bio.json +5 -2
- package/src/apps/loom.json +5 -2
- package/src/apps/lusha.json +104 -0
- package/src/apps/magalu-cloud.json +187 -0
- package/src/apps/majestic.json +117 -0
- package/src/apps/manifold-markets.json +144 -0
- package/src/apps/mapbox.json +118 -0
- package/src/apps/microsoft-ads.json +246 -0
- package/src/apps/microsoft-onedrive.json +380 -0
- package/src/apps/microsoft-teams.json +315 -96
- package/src/apps/millionverifier.json +85 -0
- package/src/apps/mindee.json +246 -0
- package/src/apps/miro.json +138 -0
- package/src/apps/mistral.json +129 -0
- package/src/apps/mixpanel.json +95 -0
- package/src/apps/moz.json +127 -0
- package/src/apps/mux.json +201 -0
- package/src/apps/namecheap.json +321 -123
- package/src/apps/namespace-cloud.json +84 -0
- package/src/apps/naver-cloud.json +184 -0
- package/src/apps/neon.json +122 -0
- package/src/apps/netlify.json +124 -0
- package/src/apps/neverbounce.json +92 -0
- package/src/apps/newrelic.json +80 -0
- package/src/apps/newsapi.json +86 -0
- package/src/apps/ngrok.json +29 -0
- package/src/apps/nixbuild.json +116 -0
- package/src/apps/northflank.json +161 -0
- package/src/apps/notion.json +3 -0
- package/src/apps/okta.json +131 -0
- package/src/apps/omnikit-analytics.json +73 -1
- package/src/apps/omnikit-api-gateway.json +74 -2
- package/src/apps/omnikit-billing.json +73 -1
- package/src/apps/omnikit-cms.json +73 -1
- package/src/apps/omnikit-code-ops.json +76 -4
- package/src/apps/omnikit-functions.json +74 -2
- package/src/apps/omnikit-intelligence.json +176 -33
- package/src/apps/omnikit-management.json +73 -1
- package/src/apps/omnikit-media.json +73 -1
- package/src/apps/omnikit-messaging.json +72 -0
- package/src/apps/omnikit-redirects.json +73 -1
- package/src/apps/omnikit-sites.json +325 -66
- package/src/apps/omnikit-storage.json +105 -8
- package/src/apps/omnikit-webhooks.json +73 -1
- package/src/apps/omnikit-workflows.json +73 -1
- package/src/apps/onesignal.json +108 -0
- package/src/apps/openai-api.json +176 -30
- package/src/apps/openai-codex.json +187 -0
- package/src/apps/opencode-go.json +113 -0
- package/src/apps/optinmonster.json +7 -4
- package/src/apps/outlook-calendar.json +350 -0
- package/src/apps/outlook-mail.json +337 -0
- package/src/apps/outscraper.json +118 -0
- package/src/apps/ovhcloud.json +209 -0
- package/src/apps/paddle.json +170 -0
- package/src/apps/pagerduty.json +151 -0
- package/src/apps/partnerstack.json +118 -0
- package/src/apps/perplexity.json +37 -0
- package/src/apps/phantombuster.json +85 -0
- package/src/apps/pinecone.json +129 -0
- package/src/apps/pinterest-ads.json +261 -0
- package/src/apps/pinterest.json +217 -0
- package/src/apps/planetscale.json +139 -0
- package/src/apps/polygonscan.json +157 -0
- package/src/apps/polymarket-clob.json +184 -0
- package/src/apps/polymarket-data.json +153 -0
- package/src/apps/porkbun.json +609 -145
- package/src/apps/posthog.json +107 -0
- package/src/apps/pushover.json +28 -0
- package/src/apps/quora-ads.json +251 -0
- package/src/apps/railway.json +57 -0
- package/src/apps/reddit-ads.json +238 -0
- package/src/apps/reddit.json +274 -0
- package/src/apps/render.json +124 -0
- package/src/apps/replicate.json +5 -2
- package/src/apps/reply-io.json +111 -0
- package/src/apps/resend.json +110 -0
- package/src/apps/ringover.json +1144 -0
- package/src/apps/rocketreach.json +158 -0
- package/src/apps/rollbar.json +88 -0
- package/src/apps/runs-on.json +70 -0
- package/src/apps/sanity.json +89 -0
- package/src/apps/scaleway-object-storage.json +175 -0
- package/src/apps/scrapingbee.json +75 -0
- package/src/apps/screenshotlayer.json +49 -0
- package/src/apps/screenshotmachine.json +49 -0
- package/src/apps/se-ranking.json +239 -0
- package/src/apps/seamless-ai.json +91 -0
- package/src/apps/sec-edgar.json +107 -0
- package/src/apps/segment.json +104 -0
- package/src/apps/semrush.json +153 -0
- package/src/apps/sentry.json +109 -0
- package/src/apps/serpapi.json +95 -0
- package/src/apps/serper.json +139 -0
- package/src/apps/shareasale.json +130 -0
- package/src/apps/skimlinks.json +48 -0
- package/src/apps/slack.json +101 -0
- package/src/apps/smartlead.json +146 -0
- package/src/apps/snapchat-ads.json +238 -0
- package/src/apps/snaprender.json +64 -0
- package/src/apps/snowflake.json +70 -0
- package/src/apps/snyk.json +108 -0
- package/src/apps/socialcast.json +74 -8
- package/src/apps/sovrn.json +125 -0
- package/src/apps/spotify-ads.json +231 -0
- package/src/apps/steel.json +239 -0
- package/src/apps/stocktwits.json +120 -0
- package/src/apps/stripe.json +153 -0
- package/src/apps/target-circle.json +348 -0
- package/src/apps/tavily.json +104 -0
- package/src/apps/tavus.json +403 -0
- package/src/apps/telegram.json +5 -2
- package/src/apps/teller.json +187 -0
- package/src/apps/tencent-cloud.json +214 -0
- package/src/apps/tennis-abstract.json +108 -0
- package/src/apps/the-odds-api.json +132 -0
- package/src/apps/the-sports-db.json +163 -0
- package/src/apps/tiktok-ads.json +295 -0
- package/src/apps/tiktok-api.json +181 -7
- package/src/apps/together.json +5 -2
- package/src/apps/trade-desk.json +237 -0
- package/src/apps/trading212.json +26 -29
- package/src/apps/transloadit.json +138 -0
- package/src/apps/truelayer.json +318 -0
- package/src/apps/twilio.json +313 -42
- package/src/apps/twitter-api.json +216 -33
- package/src/apps/ubicloud.json +82 -0
- package/src/apps/uplead.json +105 -0
- package/src/apps/upstash.json +90 -0
- package/src/apps/valueserp.json +63 -0
- package/src/apps/venice-ai.json +685 -0
- package/src/apps/vercel.json +137 -0
- package/src/apps/wappalyzer.json +65 -0
- package/src/apps/wasabi.json +175 -0
- package/src/apps/whale-alert.json +74 -0
- package/src/apps/whatsapp-business.json +131 -0
- package/src/apps/wikipedia.json +112 -0
- package/src/apps/workos.json +123 -0
- package/src/apps/yahoo-dsp.json +265 -0
- package/src/apps/yahoo-finance.json +60 -0
- package/src/apps/youtube-api.json +520 -142
- package/src/apps/zenrows.json +47 -0
- package/src/apps/zenserp.json +99 -0
- package/src/apps/zerobounce.json +80 -0
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "fred",
|
|
3
|
+
"name": "FRED — Federal Reserve Economic Data",
|
|
4
|
+
"description": "FRED is the St. Louis Fed's economic data warehouse — the authoritative source for ~830,000 US and international macro time series: CPI, unemployment, GDP, Fed funds rate, Treasury yields, M2, mortgage rates, dollar index, oil price, and basically every other macroeconomic indicator a trading agent might want. Free, official, and the API has been stable for over a decade. Required for any agent reasoning about Fed policy, recession risk, inflation, or other macro-driven prediction markets and equities trades. Sign up at https://fredaccount.stlouisfed.org/apikeys for a free api_key.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=stlouisfed.org&sz=128",
|
|
6
|
+
"categories": [
|
|
7
|
+
"finance",
|
|
8
|
+
"economy",
|
|
9
|
+
"macro",
|
|
10
|
+
"research",
|
|
11
|
+
"fed",
|
|
12
|
+
"public-data"
|
|
13
|
+
],
|
|
14
|
+
"base_url": "https://api.stlouisfed.org/fred",
|
|
15
|
+
"auth": {
|
|
16
|
+
"types": ["api_key"],
|
|
17
|
+
"query_params": {
|
|
18
|
+
"api_key": "{{api_key}}",
|
|
19
|
+
"file_type": "json"
|
|
20
|
+
},
|
|
21
|
+
"credential_fields": [
|
|
22
|
+
{
|
|
23
|
+
"name": "api_key",
|
|
24
|
+
"label": "FRED API Key",
|
|
25
|
+
"description": "32-char alphanumeric key from https://fredaccount.stlouisfed.org/apikeys. Free, no rate limit cap; FRED requests you 'be reasonable'."
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
"tools": [
|
|
30
|
+
{
|
|
31
|
+
"name": "series_observations",
|
|
32
|
+
"description": "Get the time-series values for a FRED series. The most common call — feed it a series_id like 'UNRATE' (unemployment rate), 'CPIAUCSL' (headline CPI), 'FEDFUNDS' (Fed funds rate), 'DGS10' (10-year Treasury), 'GDPC1' (real GDP), etc. Returns date+value pairs. Use limit + offset for big series; use sort_order=desc for the latest first.",
|
|
33
|
+
"method": "GET",
|
|
34
|
+
"path": "/series/observations",
|
|
35
|
+
"input_schema": {
|
|
36
|
+
"type": "object",
|
|
37
|
+
"properties": {
|
|
38
|
+
"series_id": {"type": "string", "description": "FRED series id (UNRATE, CPIAUCSL, FEDFUNDS, DGS10, GDPC1, etc.)."},
|
|
39
|
+
"observation_start": {"type": "string", "description": "YYYY-MM-DD, default is the series' first observation."},
|
|
40
|
+
"observation_end": {"type": "string", "description": "YYYY-MM-DD, default is the latest available."},
|
|
41
|
+
"limit": {"type": "integer", "description": "1-100000. Default 100000."},
|
|
42
|
+
"offset": {"type": "integer", "description": "Pagination offset."},
|
|
43
|
+
"sort_order": {"type": "string", "enum": ["asc", "desc"], "description": "default asc (oldest first); use desc for latest first"},
|
|
44
|
+
"units": {"type": "string", "enum": ["lin","chg","ch1","pch","pc1","pca","cch","cca","log"], "description": "lin=levels (default), pch=% change period-over-period, pc1=% change year-over-year, log=natural log."},
|
|
45
|
+
"frequency": {"type": "string", "enum": ["d","w","bw","m","q","sa","a"], "description": "Down-sample frequency — d=daily, w=weekly, m=monthly, q=quarterly, a=annual."},
|
|
46
|
+
"aggregation_method": {"type": "string", "enum": ["avg","sum","eop"], "description": "How to aggregate when frequency is coarser than source. eop=end-of-period."}
|
|
47
|
+
},
|
|
48
|
+
"required": ["series_id"]
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "series_search",
|
|
53
|
+
"description": "Find a FRED series by free-text query. Use this when the agent knows the concept (e.g. 'US unemployment rate', 'core CPI services') but not the exact series_id. Returns matches with id + title + frequency + units + last-update.",
|
|
54
|
+
"method": "GET",
|
|
55
|
+
"path": "/series/search",
|
|
56
|
+
"input_schema": {
|
|
57
|
+
"type": "object",
|
|
58
|
+
"properties": {
|
|
59
|
+
"search_text": {"type": "string", "description": "Free-text query — 'unemployment', '10 year treasury', 'core cpi services'."},
|
|
60
|
+
"limit": {"type": "integer", "description": "Max matches. Default 1000."},
|
|
61
|
+
"search_type": {"type": "string", "enum": ["full_text", "series_id"], "description": "full_text searches title+notes; series_id matches the id literally."},
|
|
62
|
+
"order_by": {"type": "string", "description": "search_rank, series_id, title, units, frequency, observation_start, observation_end, popularity, last_updated."}
|
|
63
|
+
},
|
|
64
|
+
"required": ["search_text"]
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "series_info",
|
|
69
|
+
"description": "Get the metadata for one series — title, frequency, units, observation range, last-updated, notes. Use after a search to confirm you've got the right thing before pulling observations.",
|
|
70
|
+
"method": "GET",
|
|
71
|
+
"path": "/series",
|
|
72
|
+
"input_schema": {
|
|
73
|
+
"type": "object",
|
|
74
|
+
"properties": {
|
|
75
|
+
"series_id": {"type": "string"}
|
|
76
|
+
},
|
|
77
|
+
"required": ["series_id"]
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "category_children",
|
|
82
|
+
"description": "Browse FRED's category tree — alternative to free-text search. Root category id is 0. Use this when exploring a topic ('Money, Banking, & Finance' → 'Interest Rates' → ...).",
|
|
83
|
+
"method": "GET",
|
|
84
|
+
"path": "/category/children",
|
|
85
|
+
"input_schema": {
|
|
86
|
+
"type": "object",
|
|
87
|
+
"properties": {
|
|
88
|
+
"category_id": {"type": "integer", "description": "FRED category id, 0 = root."}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "category_series",
|
|
94
|
+
"description": "List every series in a given FRED category. Useful after category_children to enumerate what's available under a topic.",
|
|
95
|
+
"method": "GET",
|
|
96
|
+
"path": "/category/series",
|
|
97
|
+
"input_schema": {
|
|
98
|
+
"type": "object",
|
|
99
|
+
"properties": {
|
|
100
|
+
"category_id": {"type": "integer"},
|
|
101
|
+
"limit": {"type": "integer"},
|
|
102
|
+
"offset": {"type": "integer"},
|
|
103
|
+
"order_by": {"type": "string"}
|
|
104
|
+
},
|
|
105
|
+
"required": ["category_id"]
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "release_dates",
|
|
110
|
+
"description": "Calendar of upcoming + recent FRED release dates — when CPI prints, when jobs report drops, etc. Critical for macro prediction markets where the agent wants to know 'when does the next number land?'.",
|
|
111
|
+
"method": "GET",
|
|
112
|
+
"path": "/release/dates",
|
|
113
|
+
"input_schema": {
|
|
114
|
+
"type": "object",
|
|
115
|
+
"properties": {
|
|
116
|
+
"release_id": {"type": "integer", "description": "FRED release id (50=CPI, 76=Employment Situation, 53=Industrial Production, etc.)."},
|
|
117
|
+
"limit": {"type": "integer"},
|
|
118
|
+
"sort_order": {"type": "string", "enum": ["asc","desc"], "description": "desc returns nearest dates first."}
|
|
119
|
+
},
|
|
120
|
+
"required": ["release_id"]
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "releases",
|
|
125
|
+
"description": "List every release FRED tracks. Use to discover release_ids to feed release_dates.",
|
|
126
|
+
"method": "GET",
|
|
127
|
+
"path": "/releases",
|
|
128
|
+
"input_schema": {
|
|
129
|
+
"type": "object",
|
|
130
|
+
"properties": {
|
|
131
|
+
"limit": {"type": "integer"},
|
|
132
|
+
"offset": {"type": "integer"}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "series_updates",
|
|
138
|
+
"description": "Recently-updated series across FRED. Use as a heartbeat — 'what new data landed in the last day/week?'.",
|
|
139
|
+
"method": "GET",
|
|
140
|
+
"path": "/series/updates",
|
|
141
|
+
"input_schema": {
|
|
142
|
+
"type": "object",
|
|
143
|
+
"properties": {
|
|
144
|
+
"limit": {"type": "integer"},
|
|
145
|
+
"filter_value": {"type": "string", "enum": ["macro","regional","all"], "description": "Filter by series scope."},
|
|
146
|
+
"start_time": {"type": "string", "description": "YYYYMMDDHhmm format — observations updated on or after."},
|
|
147
|
+
"end_time": {"type": "string", "description": "YYYYMMDDHhmm format."}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
],
|
|
152
|
+
"health_check": {
|
|
153
|
+
"tool": "series_info",
|
|
154
|
+
"args": {"series_id": "GDP"}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "gdelt",
|
|
3
|
+
"name": "GDELT",
|
|
4
|
+
"description": "The Global Database of Events, Language, and Tone — every news article from 80,000+ sources worldwide, tagged with location, actors, themes, sentiment, and emotion (since 2015 for v2). Updated every 15 minutes. The most comprehensive free real-time geopolitical signal source — useful for war/treaty/election markets, country-risk assessment, and 'is X happening' sentinel queries. No auth required. Several different APIs under one umbrella: DOC (article search), GEO (geographic distribution), GKG (Global Knowledge Graph), Events.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=gdeltproject.org&sz=128",
|
|
6
|
+
"categories": [
|
|
7
|
+
"news",
|
|
8
|
+
"geopolitics",
|
|
9
|
+
"events",
|
|
10
|
+
"research",
|
|
11
|
+
"public-data",
|
|
12
|
+
"sentiment"
|
|
13
|
+
],
|
|
14
|
+
"base_url": "https://api.gdeltproject.org/api/v2",
|
|
15
|
+
"auth": {
|
|
16
|
+
"types": ["none"],
|
|
17
|
+
"headers": {
|
|
18
|
+
"User-Agent": "Apteva-Trading-Agent/1.0"
|
|
19
|
+
},
|
|
20
|
+
"credential_fields": []
|
|
21
|
+
},
|
|
22
|
+
"tools": [
|
|
23
|
+
{
|
|
24
|
+
"name": "doc_search",
|
|
25
|
+
"description": "Full-text article search across GDELT's worldwide corpus. Returns ArtList = list of matching articles (title, url, domain, language, country, date, image, themes, social-image). Powerful query syntax: 'biden AND trump', '\"interest rate\" AND fed', 'sourcecountry:US AND theme:ECON_INTEREST_RATES'. Use mode=ArtList for articles; TimelineVol/TimelineTone/TimelineLang/TimelineSourceCountry for aggregations.",
|
|
26
|
+
"method": "GET",
|
|
27
|
+
"path": "/doc/doc",
|
|
28
|
+
"input_schema": {
|
|
29
|
+
"type": "object",
|
|
30
|
+
"properties": {
|
|
31
|
+
"query": {"type": "string", "description": "GDELT DOC query. Supports operators: AND/OR/NOT, parens, themes (theme:ECON_INTEREST_RATES), countries (sourcecountry:US), languages (sourcelang:eng), 'image:airplane' for visual themes."},
|
|
32
|
+
"mode": {"type": "string", "enum": ["ArtList","ArtGallery","ImageCollage","TimelineVol","TimelineVolRaw","TimelineTone","TimelineLang","TimelineSourceCountry","WordCloudEnglish","WordCloudImageTags"], "default": "ArtList"},
|
|
33
|
+
"format": {"type": "string", "enum": ["json","jsonp","csv","html"], "default": "json"},
|
|
34
|
+
"timespan": {"type": "string", "description": "Time window for the query. Format: '24h', '7d', '14d', '30d', 'CUSTOM' (then use startdatetime + enddatetime). Max 90d in one call."},
|
|
35
|
+
"startdatetime": {"type": "string", "description": "YYYYMMDDHHMMSS (UTC). Use with timespan=CUSTOM."},
|
|
36
|
+
"enddatetime": {"type": "string", "description": "YYYYMMDDHHMMSS (UTC)."},
|
|
37
|
+
"maxrecords": {"type": "integer", "description": "Max articles (1-250). Default 75."},
|
|
38
|
+
"sort": {"type": "string", "enum": ["DateDesc","DateAsc","ToneDesc","ToneAsc","HybridRel"], "default": "DateDesc"}
|
|
39
|
+
},
|
|
40
|
+
"required": ["query"]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "doc_timeline_volume",
|
|
45
|
+
"description": "Time-series volume of articles matching a query — shows how many sources are covering the topic over time. Spikes correlate with real-world events (elections, market crashes, geopolitical incidents). Convenience wrapper around doc_search with mode=TimelineVol.",
|
|
46
|
+
"method": "GET",
|
|
47
|
+
"path": "/doc/doc",
|
|
48
|
+
"input_schema": {
|
|
49
|
+
"type": "object",
|
|
50
|
+
"properties": {
|
|
51
|
+
"query": {"type": "string"},
|
|
52
|
+
"timespan": {"type": "string", "default": "30d"},
|
|
53
|
+
"format": {"type": "string", "default": "json"},
|
|
54
|
+
"mode": {"type": "string", "default": "TimelineVol"}
|
|
55
|
+
},
|
|
56
|
+
"required": ["query"]
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "doc_timeline_tone",
|
|
61
|
+
"description": "Aggregate sentiment-tone timeline (positive vs negative coverage) for articles matching a query. Useful for tracking media sentiment shifts on a topic over time — Fed coverage tone before/after FOMC, geopolitical sentiment before/after announcements.",
|
|
62
|
+
"method": "GET",
|
|
63
|
+
"path": "/doc/doc",
|
|
64
|
+
"input_schema": {
|
|
65
|
+
"type": "object",
|
|
66
|
+
"properties": {
|
|
67
|
+
"query": {"type": "string"},
|
|
68
|
+
"timespan": {"type": "string", "default": "30d"},
|
|
69
|
+
"format": {"type": "string", "default": "json"},
|
|
70
|
+
"mode": {"type": "string", "default": "TimelineTone"}
|
|
71
|
+
},
|
|
72
|
+
"required": ["query"]
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "geo_distribution",
|
|
77
|
+
"description": "Geographic distribution of articles matching a query — returns lat/lng points + intensity. Use to see WHERE a story is being covered most heavily, which correlates with where the event is actually happening.",
|
|
78
|
+
"method": "GET",
|
|
79
|
+
"path": "/geo/geo",
|
|
80
|
+
"input_schema": {
|
|
81
|
+
"type": "object",
|
|
82
|
+
"properties": {
|
|
83
|
+
"query": {"type": "string"},
|
|
84
|
+
"mode": {"type": "string", "enum": ["PointData","HeatmapData"], "default": "PointData"},
|
|
85
|
+
"format": {"type": "string", "default": "json"},
|
|
86
|
+
"timespan": {"type": "string", "default": "24h"}
|
|
87
|
+
},
|
|
88
|
+
"required": ["query"]
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"health_check": {
|
|
93
|
+
"tool": "doc_search",
|
|
94
|
+
"args": {"query": "stock market", "timespan": "24h", "maxrecords": 5}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slug": "gelato",
|
|
3
|
+
"name": "Gelato",
|
|
4
|
+
"description": "Gelato print-on-demand product catalog API. Search printable products and inspect catalog variants for Catalog import workflows.",
|
|
5
|
+
"logo": "https://www.google.com/s2/favicons?domain=gelato.com&sz=128",
|
|
6
|
+
"categories": [
|
|
7
|
+
"print-on-demand",
|
|
8
|
+
"ecommerce",
|
|
9
|
+
"products",
|
|
10
|
+
"supplier-catalog",
|
|
11
|
+
"fulfillment",
|
|
12
|
+
"dropshipping"
|
|
13
|
+
],
|
|
14
|
+
"base_url": "https://product.gelatoapis.com",
|
|
15
|
+
"auth": {
|
|
16
|
+
"types": [
|
|
17
|
+
"api_key"
|
|
18
|
+
],
|
|
19
|
+
"headers": {
|
|
20
|
+
"X-API-KEY": "{{api_key}}",
|
|
21
|
+
"Content-Type": "application/json"
|
|
22
|
+
},
|
|
23
|
+
"credential_fields": [
|
|
24
|
+
{
|
|
25
|
+
"name": "api_key",
|
|
26
|
+
"label": "API Key",
|
|
27
|
+
"description": "Gelato API key from the Gelato dashboard."
|
|
28
|
+
}
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
|
+
"tools": [
|
|
32
|
+
{
|
|
33
|
+
"name": "catalogs_list",
|
|
34
|
+
"description": "List Gelato product catalogs. Use to discover product families before searching products.",
|
|
35
|
+
"method": "GET",
|
|
36
|
+
"path": "/v3/catalogs",
|
|
37
|
+
"input_schema": {
|
|
38
|
+
"type": "object",
|
|
39
|
+
"properties": {}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "catalog_get",
|
|
44
|
+
"description": "Get a Gelato catalog by catalog UID, including product families and available catalog metadata.",
|
|
45
|
+
"method": "GET",
|
|
46
|
+
"path": "/v3/catalogs/{catalogUid}",
|
|
47
|
+
"input_schema": {
|
|
48
|
+
"type": "object",
|
|
49
|
+
"properties": {
|
|
50
|
+
"catalogUid": {
|
|
51
|
+
"type": "string",
|
|
52
|
+
"description": "Gelato catalog UID."
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"required": [
|
|
56
|
+
"catalogUid"
|
|
57
|
+
]
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "products_search",
|
|
62
|
+
"description": "Search Gelato products by catalog, product family, country, category, and pagination. Use this as the main Catalog import search source.",
|
|
63
|
+
"method": "GET",
|
|
64
|
+
"path": "/v3/products/search",
|
|
65
|
+
"input_schema": {
|
|
66
|
+
"type": "object",
|
|
67
|
+
"properties": {
|
|
68
|
+
"catalogUid": {
|
|
69
|
+
"type": "string",
|
|
70
|
+
"description": "Optional catalog UID to scope the search."
|
|
71
|
+
},
|
|
72
|
+
"productFamilyUid": {
|
|
73
|
+
"type": "string",
|
|
74
|
+
"description": "Optional product family UID to scope the search."
|
|
75
|
+
},
|
|
76
|
+
"country": {
|
|
77
|
+
"type": "string",
|
|
78
|
+
"description": "Production/destination country code, for example US."
|
|
79
|
+
},
|
|
80
|
+
"category": {
|
|
81
|
+
"type": "string",
|
|
82
|
+
"description": "Optional Gelato category filter."
|
|
83
|
+
},
|
|
84
|
+
"query": {
|
|
85
|
+
"type": "string",
|
|
86
|
+
"description": "Free-text product search when supported by Gelato."
|
|
87
|
+
},
|
|
88
|
+
"page": {
|
|
89
|
+
"type": "integer",
|
|
90
|
+
"default": 1,
|
|
91
|
+
"description": "Page number."
|
|
92
|
+
},
|
|
93
|
+
"limit": {
|
|
94
|
+
"type": "integer",
|
|
95
|
+
"default": 50,
|
|
96
|
+
"description": "Products per page."
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "product_get",
|
|
103
|
+
"description": "Get a Gelato product by product UID, including variants, printable attributes, dimensions, and catalog metadata.",
|
|
104
|
+
"method": "GET",
|
|
105
|
+
"path": "/v3/products/{productUid}",
|
|
106
|
+
"input_schema": {
|
|
107
|
+
"type": "object",
|
|
108
|
+
"properties": {
|
|
109
|
+
"productUid": {
|
|
110
|
+
"type": "string",
|
|
111
|
+
"description": "Gelato product UID."
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"required": [
|
|
115
|
+
"productUid"
|
|
116
|
+
]
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
],
|
|
120
|
+
"health_check": {
|
|
121
|
+
"tool": "catalogs_list"
|
|
122
|
+
}
|
|
123
|
+
}
|
package/src/apps/gemini.json
CHANGED
|
@@ -27,11 +27,6 @@
|
|
|
27
27
|
"name": "api_key",
|
|
28
28
|
"label": "Api Key",
|
|
29
29
|
"description": "Your Google AI API Key (get from https://aistudio.google.com/apikey)"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"name": "apiKey",
|
|
33
|
-
"label": "Api Key",
|
|
34
|
-
"description": "Your Google AI API Key (get from https://aistudio.google.com/apikey)"
|
|
35
30
|
}
|
|
36
31
|
]
|
|
37
32
|
},
|
|
@@ -40,7 +35,7 @@
|
|
|
40
35
|
"name": "generate_content",
|
|
41
36
|
"description": "Generate text content using Gemini models. Provide a contents array with message parts following the Gemini API format. Supports multimodal input (text, images, audio, video).",
|
|
42
37
|
"method": "POST",
|
|
43
|
-
"path": "/
|
|
38
|
+
"path": "/models/{model}:generateContent",
|
|
44
39
|
"input_schema": {
|
|
45
40
|
"type": "object",
|
|
46
41
|
"properties": {
|
|
@@ -148,9 +143,10 @@
|
|
|
148
143
|
},
|
|
149
144
|
{
|
|
150
145
|
"name": "generate_image",
|
|
151
|
-
"description": "Generate images using Gemini models. Uses the native Gemini image generation with responseModalities set to Image.
|
|
146
|
+
"description": "Generate images using Gemini models via models/{model}:generateContent. Uses the native Gemini image generation path with responseModalities set to Image. Pass text in contents parts; for reference-image generation, include one or more inlineData image parts in the same contents.",
|
|
152
147
|
"method": "POST",
|
|
153
|
-
"path": "/
|
|
148
|
+
"path": "/models/{model}:generateContent",
|
|
149
|
+
"timeout_ms": 180000,
|
|
154
150
|
"input_schema": {
|
|
155
151
|
"type": "object",
|
|
156
152
|
"properties": {
|
|
@@ -180,7 +176,7 @@
|
|
|
180
176
|
},
|
|
181
177
|
"generationConfig": {
|
|
182
178
|
"type": "object",
|
|
183
|
-
"description": "Must include responseModalities: ['Image']. Can also include
|
|
179
|
+
"description": "Must include responseModalities: ['Image']. Can also include responseFormat.image with aspectRatio and imageSize.",
|
|
184
180
|
"properties": {
|
|
185
181
|
"responseModalities": {
|
|
186
182
|
"type": "array",
|
|
@@ -192,40 +188,39 @@
|
|
|
192
188
|
"Image"
|
|
193
189
|
]
|
|
194
190
|
},
|
|
195
|
-
"
|
|
191
|
+
"responseFormat": {
|
|
196
192
|
"type": "object",
|
|
197
|
-
"description": "Image configuration",
|
|
193
|
+
"description": "Image response format configuration.",
|
|
198
194
|
"properties": {
|
|
199
|
-
"
|
|
200
|
-
"type": "
|
|
201
|
-
"
|
|
202
|
-
"
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
"description": "Image size (Pro model only)"
|
|
195
|
+
"image": {
|
|
196
|
+
"type": "object",
|
|
197
|
+
"properties": {
|
|
198
|
+
"aspectRatio": {
|
|
199
|
+
"type": "string",
|
|
200
|
+
"enum": [
|
|
201
|
+
"1:1",
|
|
202
|
+
"2:3",
|
|
203
|
+
"3:2",
|
|
204
|
+
"3:4",
|
|
205
|
+
"4:3",
|
|
206
|
+
"4:5",
|
|
207
|
+
"5:4",
|
|
208
|
+
"9:16",
|
|
209
|
+
"16:9",
|
|
210
|
+
"21:9"
|
|
211
|
+
],
|
|
212
|
+
"default": "1:1"
|
|
213
|
+
},
|
|
214
|
+
"imageSize": {
|
|
215
|
+
"type": "string",
|
|
216
|
+
"enum": [
|
|
217
|
+
"1K",
|
|
218
|
+
"2K",
|
|
219
|
+
"4K"
|
|
220
|
+
],
|
|
221
|
+
"description": "Image size (Pro model only)"
|
|
222
|
+
}
|
|
223
|
+
}
|
|
229
224
|
}
|
|
230
225
|
}
|
|
231
226
|
},
|
|
@@ -263,11 +258,107 @@
|
|
|
263
258
|
]
|
|
264
259
|
}
|
|
265
260
|
},
|
|
261
|
+
{
|
|
262
|
+
"name": "edit_image",
|
|
263
|
+
"description": "Edit an image, compose a new image from multiple references, or transfer style using Gemini image models. Build contents with one text part for the instruction and one or more inlineData image parts for the references.",
|
|
264
|
+
"method": "POST",
|
|
265
|
+
"path": "/models/{model}:generateContent",
|
|
266
|
+
"timeout_ms": 180000,
|
|
267
|
+
"input_schema": {
|
|
268
|
+
"type": "object",
|
|
269
|
+
"properties": {
|
|
270
|
+
"model": {
|
|
271
|
+
"type": "string",
|
|
272
|
+
"description": "Gemini image model to use for reference-image editing/composition.",
|
|
273
|
+
"enum": [
|
|
274
|
+
"gemini-2.5-flash-image",
|
|
275
|
+
"gemini-3-pro-image-preview"
|
|
276
|
+
],
|
|
277
|
+
"default": "gemini-2.5-flash-image"
|
|
278
|
+
},
|
|
279
|
+
"contents": {
|
|
280
|
+
"type": "array",
|
|
281
|
+
"description": "Content array with a prompt part and reference image parts. Example: [{parts:[{text:'put this person in a studio portrait'}, {inlineData:{mimeType:'image/png', data:'base64...'}}, {inlineData:{mimeType:'image/jpeg', data:'base64...'}}]}].",
|
|
282
|
+
"items": {
|
|
283
|
+
"type": "object",
|
|
284
|
+
"properties": {
|
|
285
|
+
"parts": {
|
|
286
|
+
"type": "array",
|
|
287
|
+
"items": {
|
|
288
|
+
"type": "object"
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
"generationConfig": {
|
|
295
|
+
"type": "object",
|
|
296
|
+
"description": "Must include responseModalities: ['Image']. Optional responseFormat.image.aspectRatio controls square/portrait/landscape output; imageSize is for Pro models.",
|
|
297
|
+
"properties": {
|
|
298
|
+
"responseModalities": {
|
|
299
|
+
"type": "array",
|
|
300
|
+
"items": {
|
|
301
|
+
"type": "string"
|
|
302
|
+
},
|
|
303
|
+
"default": [
|
|
304
|
+
"Image"
|
|
305
|
+
]
|
|
306
|
+
},
|
|
307
|
+
"responseFormat": {
|
|
308
|
+
"type": "object",
|
|
309
|
+
"properties": {
|
|
310
|
+
"image": {
|
|
311
|
+
"type": "object",
|
|
312
|
+
"properties": {
|
|
313
|
+
"aspectRatio": {
|
|
314
|
+
"type": "string",
|
|
315
|
+
"enum": [
|
|
316
|
+
"1:1",
|
|
317
|
+
"2:3",
|
|
318
|
+
"3:2",
|
|
319
|
+
"3:4",
|
|
320
|
+
"4:3",
|
|
321
|
+
"4:5",
|
|
322
|
+
"5:4",
|
|
323
|
+
"9:16",
|
|
324
|
+
"16:9",
|
|
325
|
+
"21:9"
|
|
326
|
+
]
|
|
327
|
+
},
|
|
328
|
+
"imageSize": {
|
|
329
|
+
"type": "string",
|
|
330
|
+
"enum": [
|
|
331
|
+
"1K",
|
|
332
|
+
"2K",
|
|
333
|
+
"4K"
|
|
334
|
+
]
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
"safetySettings": {
|
|
343
|
+
"type": "array",
|
|
344
|
+
"description": "Safety filter settings",
|
|
345
|
+
"items": {
|
|
346
|
+
"type": "object"
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
"required": [
|
|
351
|
+
"model",
|
|
352
|
+
"contents",
|
|
353
|
+
"generationConfig"
|
|
354
|
+
]
|
|
355
|
+
}
|
|
356
|
+
},
|
|
266
357
|
{
|
|
267
358
|
"name": "start_video_generation",
|
|
268
359
|
"description": "Generate video from text prompt or animate images using Google Veo. Supports 16:9 landscape and 9:16 portrait, up to 1080p. Returns an operation name to poll with check-video-status.",
|
|
269
360
|
"method": "POST",
|
|
270
|
-
"path": "/
|
|
361
|
+
"path": "/models/{model}:predictLongRunning",
|
|
271
362
|
"input_schema": {
|
|
272
363
|
"type": "object",
|
|
273
364
|
"properties": {
|
|
@@ -386,7 +477,7 @@
|
|
|
386
477
|
"name": "check_video_status",
|
|
387
478
|
"description": "Check the status of a Veo video generation operation. Returns done=true with video URL when complete, or progress percentage when in progress.",
|
|
388
479
|
"method": "GET",
|
|
389
|
-
"path": "/
|
|
480
|
+
"path": "/{operationName}",
|
|
390
481
|
"input_schema": {
|
|
391
482
|
"type": "object",
|
|
392
483
|
"properties": {
|
|
@@ -404,7 +495,7 @@
|
|
|
404
495
|
"name": "download_video",
|
|
405
496
|
"description": "Download a completed video from Veo generation using the video URL returned by check-video-status",
|
|
406
497
|
"method": "GET",
|
|
407
|
-
"path": "
|
|
498
|
+
"path": "{videoUrl}",
|
|
408
499
|
"input_schema": {
|
|
409
500
|
"type": "object",
|
|
410
501
|
"properties": {
|
|
@@ -423,7 +514,7 @@
|
|
|
423
514
|
"name": "create_embedding",
|
|
424
515
|
"description": "Create text embeddings using Gemini embedding models. Returns a vector of float values for semantic search, classification, or clustering.",
|
|
425
516
|
"method": "POST",
|
|
426
|
-
"path": "/
|
|
517
|
+
"path": "/models/{model}:embedContent",
|
|
427
518
|
"input_schema": {
|
|
428
519
|
"type": "object",
|
|
429
520
|
"properties": {
|
|
@@ -474,7 +565,7 @@
|
|
|
474
565
|
"name": "count_tokens",
|
|
475
566
|
"description": "Count tokens in content for any Gemini model. Returns totalTokens count.",
|
|
476
567
|
"method": "POST",
|
|
477
|
-
"path": "/
|
|
568
|
+
"path": "/models/{model}:countTokens",
|
|
478
569
|
"input_schema": {
|
|
479
570
|
"type": "object",
|
|
480
571
|
"properties": {
|
|
@@ -513,7 +604,7 @@
|
|
|
513
604
|
"name": "list_models",
|
|
514
605
|
"description": "List all available Google AI models (Gemini, Veo, Imagen) with their capabilities and limits",
|
|
515
606
|
"method": "GET",
|
|
516
|
-
"path": "/
|
|
607
|
+
"path": "/models",
|
|
517
608
|
"input_schema": {
|
|
518
609
|
"type": "object",
|
|
519
610
|
"properties": {
|
|
@@ -529,5 +620,8 @@
|
|
|
529
620
|
}
|
|
530
621
|
}
|
|
531
622
|
}
|
|
532
|
-
]
|
|
533
|
-
|
|
623
|
+
],
|
|
624
|
+
"health_check": {
|
|
625
|
+
"tool": "list_models"
|
|
626
|
+
}
|
|
627
|
+
}
|