Skip to main content
Glama

Alibaba Cloud DMS MCP Server

Official
by aliyun

getTableDetailInfo

Retrieve comprehensive metadata of a database table, including schema and index details, using a unique table identifier. Identify the table_guid parameter with listTables if unknown.

Instructions

Retrieve detailed metadata information about a specific database table including schema and index details. If you don't know the table_guid parameter, retrieve it using listTables.

Input Schema

NameRequiredDescriptionDefault
table_guidYesUnique table identifier (format: dmsTableId.schemaName.tableName),Example: IDB_1567890.mySchema.myTable

Input Schema (JSON Schema)

{ "properties": { "table_guid": { "description": "Unique table identifier (format: dmsTableId.schemaName.tableName),Example: IDB_1567890.mySchema.myTable", "title": "Table Guid", "type": "string" } }, "required": [ "table_guid" ], "title": "get_meta_table_detail_infoArguments", "type": "object" }

Other Tools from Alibaba Cloud DMS 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-dms-mcp-server'

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