Snowflake
Cloud data warehouse — execute SQL queries, manage databases, schemas, and tables via the SQL REST API
Actions
| Name | Description |
|---|---|
execute_queryExecute a SQL statement on Snowflake | Execute a SQL statement on Snowflake |
check_statusCheck the status of a previously submitted SQL statement | Check the status of a previously submitted SQL statement |
get_resultsGet results for a completed SQL statement by partition | Get results for a completed SQL statement by partition |
list_databasesList all databases in the Snowflake account | List all databases in the Snowflake account |
list_schemasList all schemas in a database | List all schemas in a database |
list_tablesList all tables in a schema | List all tables in a schema |
custom_api_callMake a custom API call to the Snowflake SQL REST API | Make a custom API call to the Snowflake SQL REST API |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'snowflake',
actionName: 'execute_query',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Snowflake to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Snowflake support?
Snowflake supports 7 actions including Execute Query, Check Query Status, Get Query Results, List Databases, List Schemas, and more.
Can I use Snowflake with AI agents?
Yes. Add Snowflake to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Snowflake use?
Snowflake uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Snowflake integration cost?
The Snowflake integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Snowflake in 2 minutes
Get 1,000 free actions every month. No credit card required.