Trino MCP Server

cancel_query

Cancel a running query. Args: query_id: ID of the query to cancel. Returns: Dict[str, Any]: Result of the cancellation operation.

Input Schema

NameRequiredDescriptionDefault
query_idYes

Input Schema (JSON Schema)

{ "properties": { "query_id": { "title": "Query Id", "type": "string" } }, "required": [ "query_id" ], "title": "cancel_queryArguments", "type": "object" }

You must be authenticated.

Other Tools