write_query
Execute SQL commands like DDL/DML directly on StarRocks databases without returning a ResultSet, enabling efficient database operations through the StarRocks MCP Server.
Instructions
Execute an DDL/DML or other StarRocks command that do not have a ResultSet
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | SQL to execute |