eavz
Snowflake

Snowflake

Cloud data warehouse — execute SQL queries, manage databases, schemas, and tables via the SQL REST API

7 actions

Actions

Name
execute_query

Execute a SQL statement on Snowflake

check_status

Check the status of a previously submitted SQL statement

get_results

Get results for a completed SQL statement by partition

list_databases

List all databases in the Snowflake account

list_schemas

List all schemas in a database

list_tables

List all tables in a schema

custom_api_call

Make a custom API call to the Snowflake SQL REST API

Quick Start

TypeScript
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.