Skip to main content
Glama

Hologres MCP Server

Official
by aliyun

show_hg_table_ddl

Generate the DDL script for a table, view, or foreign table in Hologres database by specifying the schema and table name. Facilitates database metadata access and SQL operations through the Hologres MCP Server.

Instructions

Show DDL script for a table, view, or foreign table in Hologres database.

Input Schema

NameRequiredDescriptionDefault
schemaYesSchema name in Hologres database
tableYesTable name in Hologres database

Input Schema (JSON Schema)

{ "properties": { "schema": { "description": "Schema name in Hologres database", "type": "string" }, "table": { "description": "Table name in Hologres database", "type": "string" } }, "required": [ "schema", "table" ], "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