For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedConnectorsAPI reference
Get startedConnectorsAPI reference
    • Overview
    • ActiveCampaign
    • Adobe PDF Services
    • Ahrefs
    • Airtable
    • Amadeus
    • Amazon S3
    • Amplitude
    • Anaplan
    • Apollo
    • Arize
    • Articulate Reach 360
    • Asana
    • Attio
    • Aviationstack
    • BambooHR
    • Basecamp
    • bioRxiv
    • Bitbucket
    • Bitly
    • Box
    • Calendly
    • Canva
    • ClickUp
    • ClinicalTrials.gov
    • Cloudflare
    • CMS Coverage
    • Coda
    • Confluence
    • Contentful
    • Crustdata
    • Databricks
    • Datadog
    • DocuSign
    • DoorDash
    • Dropbox
    • Duffel
    • Dynamics 365 Sales
    • Exa
    • Expensify
    • FactSet
    • Figma
    • Firecrawl
    • Fireflies
    • FireHydrant
    • Foursquare
    • Frame.io
    • FreshBooks
    • Freshdesk
    • Freshservice
    • Front
    • Gamma
    • GitHub
    • GitLab
    • Gmail
    • Gong
    • Google BigQuery
    • Google Calendar
    • Google Docs
    • Google Drive
    • Google Maps
    • Google Meet
    • Google Sheets
    • Google Slides
    • Google Tasks
    • Grafana
    • Greenhouse
    • Guru
    • Hex
    • HiBob
    • HubSpot
    • Intercom
    • Jenkins
    • Jira
    • Jira Service Management
    • Kintone
    • Klaviyo
    • Linear
    • LinkedIn
    • Looker
    • Lucidchart
    • Make
    • Microsoft Teams
    • Microsoft Teams GCC High
    • Miro
    • Monday.com
    • n8n
    • NetSuite
    • Notion
    • NPI Registry
    • OneDrive
    • OneNote
    • Oracle HCM
    • Oracle Sales Cloud
    • Oracle SCM
    • Oura
    • Outlook
    • PagerDuty
    • PayPal
    • Peec AI
    • Pipedrive
    • PostHog
    • PubMed
    • Pylon
    • Quartr
    • QuickBooks Online
    • Ramp
    • ReadMe
    • Rootly
    • Sabre
    • Salesforce
    • Sanity
    • SAP SuccessFactors
    • SendGrid
    • Sentry
    • ServiceNow
    • SharePoint
    • Shopify
    • Slack
    • Smartsheet
    • Snowflake
    • Spotify
    • Square
    • Straker
    • Strava
    • Stripe
    • Supabase
    • Teamwork.com
    • Trello
    • TripAdvisor
    • UKG Pro
    • Vercel
    • Vestaboard
    • VisualPing
    • Weather
    • Webflow
    • WHOOP
    • Wikipedia
    • Wix
    • WordPress
    • Workday
    • X
    • Xero
    • Yelp
    • YouTube
    • Zendesk
    • Zendesk Sell
    • Zoho CRM
    • Zoho Desk
    • Zoom
    • ZoomInfo

Get started

  • Overview
  • Introduction
  • Unified API
  • Linked Account
  • Merge Link
  • Use cases

Implementation

  • Sandboxes
  • SDKs
  • API access
  • Syncing data
  • Writing data
  • Data minimization
  • Supplemental data
  • Errors
  • Integration metadata

API reference

  • ATS
  • HRIS
  • Accounting
  • Ticketing
  • CRM
  • File Storage
  • Knowledge Base
  • Chat

Resources

  • Help Center
  • Merge.dev
  • Changelog
© Merge 2026Terms of usePrivacy policy
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
On this page
  • Sample use cases
  • Available Tools

Snowflake

Connect your AI agents to Snowflake.
Was this page helpful?
Previous

Smartsheet

Next

Spotify

Authentication: OAuth, key-pair authentication, or programmatic access token. See Magic Link for the runtime auth flow, or Application credentials to bring your own OAuth app.

Sample use cases

  • Run a query to count signups by source over the last 30 days from ANALYTICS.EVENTS.
  • List the largest tables in the PROD schema by row count.
  • Show queries from the last 24 hours that scanned more than 1TB.

Available Tools

list_databases

List all databases in the Snowflake account

create_database

Create a new database in Snowflake

alter_database

Alter an existing database in Snowflake

drop_database

Drop a database from Snowflake

get_database

Get details of a specific database

list_schemas

List all schemas in a database

create_schema

Create a new schema in a database

alter_schema

Alter an existing schema in Snowflake

drop_schema

Drop a schema from a database

get_schema

Get details of a specific schema

list_roles

List all roles in the Snowflake account

create_role

Create a new role in Snowflake

drop_role

Drop a role from Snowflake

get_role

Get details of a specific role

grant_privilege

Grant privileges to a role on a Snowflake object

revoke_privilege

Revoke privileges from a role on a Snowflake object

grant_role

Grant a role to a user or another role

revoke_role

Revoke a role from a user or another role

execute_sql

Execute a SQL statement in Snowflake (query, DDL, or DML)

get_statement_status

Get the status of an asynchronous SQL statement

get_query_results

Fetch results from a completed SQL query with pagination

cancel_statement

Cancel a running SQL statement

list_stages

List all stages in a schema

create_stage

Create a new stage for data loading/unloading

drop_stage

Drop a stage from Snowflake

get_stage

Get details of a specific stage

list_stage_files

List files in a stage

describe_stage

Describe a stage to see its properties and file format settings

copy_into_table

Load data from a stage into a table. Supports file patterns, error handling modes, and validation.

copy_into_location

Unload data from a table or query to a stage. Supports file format and partitioning options.

list_tables

List all tables in a schema

create_table

Create a new table in Snowflake

alter_table

Alter an existing table in Snowflake

drop_table

Drop a table from Snowflake

describe_table

Get the structure and column definitions of a table

get_table

Get details of a specific table

list_tasks

List all tasks in a schema

create_task

Create a new scheduled task in Snowflake

alter_task

Alter an existing task in Snowflake

drop_task

Drop a task from Snowflake

resume_task

Resume a suspended task to start scheduled execution

suspend_task

Suspend a running task to stop scheduled execution

execute_task

Execute a task immediately without waiting for schedule

get_task_history

Get execution history for a task

get_task

Get details of a specific task

list_users

List all users in the Snowflake account

create_user

Create a new user in Snowflake

alter_user

Alter an existing user in Snowflake

drop_user

Drop a user from Snowflake

get_user

Get details of a specific user

validate_credential

Validate Snowflake credentials by executing a lightweight query. Supports OAuth2, key-pair, and programmatic access token authentication. Returns {success, message}.

list_warehouses

List all warehouses in the Snowflake account

create_warehouse

Create a new virtual warehouse in Snowflake

alter_warehouse

Alter an existing warehouse in Snowflake

drop_warehouse

Drop a warehouse from Snowflake

resume_warehouse

Resume a suspended warehouse

suspend_warehouse

Suspend a running warehouse to stop billing

get_warehouse

Get details of a specific warehouse