Skip to content

Snowflake Tools Documentation

This document lists all available Snowflake tools and their usage.

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

Configuration

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

For more information on connecting to Snowflake - check out their docs

Common configuration parameters:

  • Snowflake Account
  • Username
  • Database
  • Schema
  • Warehouse
  • Role