Skip to main content
Glama

Hologres MCP Server

Official
by aliyun

list_hg_tables_in_a_schema

Retrieve a detailed list of all tables within a specified Hologres database schema, including table types such as view, foreign table, and partitioned table.

Instructions

List all tables in a specific schema in the current Hologres database, including their types (table, view, foreign table, partitioned table).

Input Schema

NameRequiredDescriptionDefault
schemaYesSchema name to list tables from in Hologres database

Input Schema (JSON Schema)

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