Skip to main content
Glama

Hologres MCP Server

Official
by aliyun

get_hg_execution_plan

Analyze and retrieve the execution plan with runtime statistics for a SQL query in Hologres databases to optimize performance and debug queries effectively.

Instructions

Get actual execution plan with runtime statistics for a SQL query in Hologres database

Input Schema

NameRequiredDescriptionDefault
queryYesThe SQL query to analyze in Hologres database

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The SQL query to analyze in Hologres database", "type": "string" } }, "required": [ "query" ], "type": "object" }

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/aliyun/alibabacloud-hologres-mcp-server'

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