Snowflake Tools Documentation
This document lists all available Snowflake tools and their usage.
Configuration Requirements
To use these tools, you need to configure one of the following authentication methods: - Username/Password authentication - External Browser authentication - OAuth authentication - Key Pair authentication
Common configuration parameters: - Snowflake Account - Username - Database - Schema - Warehouse - Role
Tools
Tool Name | Description | Parameters |
---|---|---|
snowflake_execute_database_query |
Execute SQL queries against a Snowflake database | - connection_id (string): The ID of the Snowflake connection to use- sql_query (string): The SQL query to execute |
snowflake_list_database_connections |
List all available Snowflake connections | None |