Skip to main content
Glama

StarRocks MCP Server

Official

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

NameRequiredDescriptionDefault
queryYesSQL to execute

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "SQL to execute", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from StarRocks MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/StarRocks/mcp-server-starrocks'

If you have feedback or need assistance with the MCP directory API, please join our Discord server