Skip to main content
Glama

Hologres MCP Server

Official
by aliyun

list_hg_tables_in_a_schema

Retrieve a list of all tables, views, and partitioned tables within a specified schema in a Hologres database using the MCP server.

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" }

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