Trino MCP Server

cancel_query

Terminate a running query in Trino MCP Server by specifying its query ID. This tool ensures efficient resource management by stopping unnecessary or long-running queries.

Instructions

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 from Trino MCP Server

Related Tools

ID: j0qhebd1qw