Snowflake · Capability
Snowflake SQL API — statements
Snowflake SQL API — statements. 3 operations. Lead operation: Submits a Sql Statement for Execution.. Self-contained Naftiko capability covering one Snowflake business surface.
What You Can Do
POST
Submitstatement
— Submits a Sql Statement for Execution.
/v1/api/v2/statements
GET
Getstatementstatus
— Checks the Status of the Execution of a Statement
/v1/api/v2/statements/{statementhandle}
POST
Cancelstatement
— Cancels the Execution of a Statement.
/v1/api/v2/statements/{statementhandle}/cancel
MCP Tools
submits-sql-statement-execution
Submits a Sql Statement for Execution.
checks-status-execution-statement
Checks the Status of the Execution of a Statement
read-only
idempotent
cancels-execution-statement
Cancels the Execution of a Statement.