Skip to main content
Glama

Alibaba Cloud RDS OpenAPI MCP Server

Official
by aliyun

describe_sql_insight_statistic

Query SQL log statistics for Alibaba Cloud RDS instances, including execution times, cost, and account details, within a specified timeframe. Returns data in CSV format.

Instructions

Query SQL Log statistics, including SQL cost time, execution times, and account. Args: dbinstance_id (str): The ID of the RDS instance. start_time(str): the start time of sql insight statistic. e.g. 2025-06-06 20:00:00 end_time(str): the end time of sql insight statistic. e.g. 2025-06-06 20:10:00 Returns: the sql insight statistic information in csv format.

Input Schema

NameRequiredDescriptionDefault
dbinstance_idYes
end_timeYes
start_timeYes

Input Schema (JSON Schema)

{ "properties": { "dbinstance_id": { "title": "Dbinstance Id", "type": "string" }, "end_time": { "title": "End Time", "type": "string" }, "start_time": { "title": "Start Time", "type": "string" } }, "required": [ "dbinstance_id", "start_time", "end_time" ], "title": "describe_sql_insight_statisticArguments", "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