SNOWFLAKE__LIST_DATABASES | Lists all user-created databases in the connected Snowflake account, excluding system databases. |
SNOWFLAKE__SHOW_SCHEMAS | Lists all schemas within a specified Snowflake database. |
SNOWFLAKE__SHOW_TABLES | Lists all tables within a specified schema in a Snowflake database. |
SNOWFLAKE__DESCRIBE_TABLE | Returns the column definitions and structure of a specified Snowflake table. |
SNOWFLAKE__EXPLORE_COLUMNS | Retrieves detailed column metadata for a table by querying the INFORMATION_SCHEMA.COLUMNS view. |
SNOWFLAKE__RUN_QUERY | Executes any SQL statement, including queries, DDL, and DML, against a Snowflake database. |