Skip to main content
Glama

Alibaba Cloud RDS OpenAPI MCP Server

Official
by aliyun

explain_sql

Analyze and display the execution plan for SQL queries on Alibaba Cloud RDS, helping optimize database performance by identifying query inefficiencies.

Instructions

show sql execute plan 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. sql(str): the target sql. Returns: the sql execute plan.

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": "explain_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