Skip to main content
Glama

Alibaba Cloud RDS OpenAPI MCP Server

Official
by aliyun

query_sql

Execute read-only SQL queries such as SHOW and SELECT on Alibaba Cloud RDS instances by providing the instance ID, region, database name, and SQL string.

Instructions

execute read-only sql likes show xxx, select xxx 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 execute sql. sql(str): the sql to be executed. Returns: the sql result.

Input Schema

NameRequiredDescriptionDefault
db_nameYes
dbinstance_idYes
region_idYes
sqlYes

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" }, "sql": { "title": "Sql", "type": "string" } }, "required": [ "region_id", "dbinstance_id", "db_name", "sql" ], "title": "query_sqlArguments", "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