Snowflake is a cloud-based data warehouse offering elastic scaling, secure data sharing, and SQL analytics across multiple cloud environments
Toolkit · snowflake_basic
v1
01Describe tabletool
02Explore Columnstool
03Run Querytool
04Show databasestool
API Key · verified
6T · 0TR
snowflake basic
Supported tools and triggers
Each tool is a typed function your agent can call. Each trigger fires an agent run when something changes upstream.
Describe table
Retrieves detailed information for each column (including name, data type, kind, nullability, default value, and key status) in a specified Snowflake table.
TOOL
Explore Columns
Retrieves a sample of distinct values for specified columns from a Snowflake table.
TOOL
Run Query
Executes the given SQL query in Snowflake within the specified database and schema (which must exist and be accessible), automatically setting context first.
TOOL
Show databases
Retrieves a list of all databases available in the Snowflake account.
TOOL
Show schemas
Retrieves a list of all schemas within a specified Snowflake database.
TOOL
Show Tables
Retrieves a list of tables, including their row counts and sizes in bytes, from a specified schema within a Snowflake database.