Integrations / Databases
Snowflake
Query Snowflake through its SQL API with a programmatic access token. Give the token a read-only role: that, not the query check, is what keeps reads read-only.
4 tools
Tools
snowflake.query
Run a read-only SQL query. Returns at most 1000 rows.
sql*params
snowflake.list_tables
List tables and views.
schema
snowflake.describe_table
List a table's columns and types.
table*schema
snowflake.execute writes
Run a data-modifying SQL statement (INSERT, UPDATE, DELETE).
sql*params
Examples
Daily revenue watch — A morning note in Slack when yesterday's revenue breaks from the usual, and silence when it doesn't.
Your next automation is one sentence away.
14-day free trial with $5 of built-in AI included. Cancel anytime.