Skip to main content
Glama

Hologres MCP Server

Official
by aliyun

execute_hg_select_sql_with_serverless

Run SELECT SQL queries on Hologres databases using serverless computing to bypass memory limitations and handle errors efficiently.

Instructions

Use Serverless Computing resources to execute SELECT SQL to query data in Hologres database. When the error like "Total memory used by all existing queries exceeded memory limitation" occurs during execute_hg_select_sql execution, you can re-execute the SQL with the tool execute_hg_select_sql_with_serverless.

Input Schema

NameRequiredDescriptionDefault
queryYesThe (SELECT) SQL query to execute with serverless computing in Hologres database

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The (SELECT) SQL query to execute with serverless computing 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