Skip to main content
Glama

StarRocks MCP Server

Official

analyze_query

Analyzes SQL query performance using profiles by processing query ID and SQL. Part of the StarRocks MCP Server, enabling efficient query optimization and database exploration.

Instructions

Analyze query via profile

Input Schema

NameRequiredDescriptionDefault
sqlYesQuery SQL
uuidYesQuery ID, a string composed of 32 hexadecimal digits formatted as 8-4-4-4-12

Input Schema (JSON Schema)

{ "properties": { "sql": { "description": "Query SQL", "title": "Sql", "type": "string" }, "uuid": { "description": "Query ID, a string composed of 32 hexadecimal digits formatted as 8-4-4-4-12", "title": "Uuid", "type": "string" } }, "required": [ "uuid", "sql" ], "type": "object" }
Install Server

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