Snowflake

Details of the Snowflake prebuilt configuration.

Snowflake

  • --prebuilt value: snowflake
  • Environment Variables:
    • SNOWFLAKE_ACCOUNT: The Snowflake account.
    • SNOWFLAKE_USER: The database username.
    • SNOWFLAKE_PASSWORD: The password for the database user.
    • SNOWFLAKE_DATABASE: The name of the database to connect to.
    • SNOWFLAKE_SCHEMA: The schema name.
    • SNOWFLAKE_WAREHOUSE: The warehouse name.
    • SNOWFLAKE_ROLE: The role name.
  • Tools:
    • execute_sql: Use this tool to execute SQL.
    • list_tables: Lists detailed schema information for user-created tables.



Last modified March 26, 2026: chore(main): release 0.31.0 (#2814) (c6b811c)