Skip to main content
Glama

Hologres MCP Server

Official
by aliyun

execute_hg_ddl_sql

Run SQL commands to create, modify, or delete tables, views, procedures, and configurations in Hologres databases via the Hologres MCP Server.

Instructions

Execute (CREATE, ALTER, DROP) SQL statements to CREATE, ALTER, or DROP tables, views, procedures, GUCs etc. in Hologres databse.

Input Schema

NameRequiredDescriptionDefault
queryYesThe DDL SQL query to execute in Hologres database

Input Schema (JSON Schema)

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

Other Tools from Hologres 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/aliyun/alibabacloud-hologres-mcp-server'

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