Skip to main content
Glama

Alibaba Cloud RDS OpenAPI MCP Server

Official
by aliyun

show_create_table

Generate SQL statements to recreate a specific table by specifying the RDS instance ID, region, database, and table name using Alibaba Cloud RDS OpenAPI.

Instructions

show create table db_name.table_name Args: dbinstance_id (str): The ID of the RDS instance. region_id(str): the region id of instance. db_name(str): the db name for table. table_name(str): the table name. Returns: the sql result.

Input Schema

NameRequiredDescriptionDefault
db_nameYes
dbinstance_idYes
region_idYes
table_nameYes

Input Schema (JSON Schema)

{ "properties": { "db_name": { "title": "Db Name", "type": "string" }, "dbinstance_id": { "title": "Dbinstance Id", "type": "string" }, "region_id": { "title": "Region Id", "type": "string" }, "table_name": { "title": "Table Name", "type": "string" } }, "required": [ "region_id", "dbinstance_id", "db_name", "table_name" ], "title": "show_create_tableArguments", "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-rds-openapi-mcp-server'

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