Skip to main content
Glama

Alibaba Cloud RDS OpenAPI MCP Server

Official
by aliyun

show_engine_innodb_status

Retrieve InnoDB engine status for a specified Alibaba Cloud RDS instance using the instance ID and region ID. This tool provides the SQL result for monitoring and troubleshooting database performance.

Instructions

show engine innodb status in db. Args: dbinstance_id (str): The ID of the RDS instance. region_id(str): the region id of instance. Returns: the sql result.

Input Schema

NameRequiredDescriptionDefault
dbinstance_idYes
region_idYes

Input Schema (JSON Schema)

{ "properties": { "dbinstance_id": { "title": "Dbinstance Id", "type": "string" }, "region_id": { "title": "Region Id", "type": "string" } }, "required": [ "dbinstance_id", "region_id" ], "title": "show_engine_innodb_statusArguments", "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