Snowflake
JSON →Snowflake database integration with read/write capabilities and insight tracking
Install
npx -y @smithery/cli Tools · 8
- read_query Execute SELECT queries to read data from the database.
- write_query Execute INSERT, UPDATE, or DELETE queries.
- create_table Create new tables in the database.
- list_databases List all databases in the Snowflake instance.
- list_schemas List all schemas within a specific database.
- list_tables List all tables within a specific database and schema.
- describe_table View column information for a specific table.
- append_insight Add new data insights to the memo resource.
Links
★ 183 GitHub stars