Snowflake Data Management
Unified workflow for managing databases, schemas, tables, views, dynamic tables, iceberg tables, and event tables. Used by Data Engineers and Database Administrators to create, organize, and maintain data structures.
What You Can Do
MCP Tools
list-databases
List all accessible databases
create-database
Create a new database
fetch-database
Fetch database details by name
delete-database
Delete a database
clone-database
Clone a database
undrop-database
Restore a dropped database
list-schemas
List schemas in a database
create-schema
Create a new schema
fetch-schema
Fetch schema details
delete-schema
Delete a schema
list-tables
List tables in a schema
create-table
Create a new table
fetch-table
Fetch table details
delete-table
Delete a table
list-views
List views in a schema
create-view
Create a new view
list-dynamic-tables
List dynamic tables
create-dynamic-table
Create a dynamic table
suspend-dynamic-table
Suspend a dynamic table
resume-dynamic-table
Resume a dynamic table
list-iceberg-tables
List Iceberg tables
create-iceberg-table
Create an Iceberg table
list-event-tables
List event tables
create-event-table
Create an event table
list-external-volumes
List external volumes
create-external-volume
Create an external volume