Back to catalog
Snowflake
Provides Snowflake database access through a hosted MCP server built by Speakeasy and delivered via Gram's MCP hosting platform.
Data & analytics3 toolsAuth: oauth
Tools (3)
cancel_statement
Cancel a running Snowflake statement by handle.
get_statement
Fetch the status and results of a previously submitted Snowflake statement by handle. Use this after submitting a query with async=true, or to page through large result sets via the partition parameter.
query
Run a SQL statement against Snowflake. Supports overriding warehouse/database/schema/role per call, session parameters, server-side timeout, and async submission (returns a statementHandle to fetch later via get_statement).