Snowflake
Tools
Name & Description | Type |
---|---|
SNOWFLAKE_DESCRIBE_TABLERetrieves detailed information for each column (including name, data type, kind, nullability, default value, and key status) in a specified Snowflake table. | action |
SNOWFLAKE_EXPLORE_COLUMNSRetrieves a sample of distinct values for specified columns from a Snowflake table. | action |
SNOWFLAKE_RUN_QUERYExecutes the given sql query in Snowflake within the specified database and schema (which must exist and be accessible), automatically setting context first. | action |
SNOWFLAKE_SHOW_DATABASESRetrieves a list of all databases available in the Snowflake account. | action |
SNOWFLAKE_SHOW_SCHEMASRetrieves a list of all schemas within a specified Snowflake database. | action |
SNOWFLAKE_SHOW_TABLESRetrieves a list of tables, including their row counts and sizes in bytes, from a specified schema within a Snowflake database. | action |