Skip to main content
Glama

Hologres MCP Server

Official
by aliyun

create_hg_maxcompute_foreign_table

Generate a foreign table in Hologres to query MaxCompute data directly, enabling efficient access and analysis of external datasets.

Instructions

Create a MaxCompute foreign table in Hologres database to accelerate queries on MaxCompute data.

Input Schema

NameRequiredDescriptionDefault
local_schemaNoThe local schema name in Hologres (optional, default: 'public')public
maxcompute_projectYesThe MaxCompute project name (required)
maxcompute_schemaNoThe MaxCompute schema name (optional, default: 'default')default
maxcompute_tablesYesThe MaxCompute table names (required)

Input Schema (JSON Schema)

{ "properties": { "local_schema": { "default": "public", "description": "The local schema name in Hologres (optional, default: 'public')", "type": "string" }, "maxcompute_project": { "description": "The MaxCompute project name (required)", "type": "string" }, "maxcompute_schema": { "default": "default", "description": "The MaxCompute schema name (optional, default: 'default')", "type": "string" }, "maxcompute_tables": { "description": "The MaxCompute table names (required)", "items": { "type": "string" }, "type": "array" } }, "required": [ "maxcompute_project", "maxcompute_tables" ], "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