Skip to main content
Glama

Alibaba Cloud RDS OpenAPI MCP Server

Official
by aliyun

describe_error_logs

Query error logs for Alibaba Cloud RDS instances by specifying region, instance ID, and time range. Retrieve detailed log information to diagnose and resolve database issues efficiently.

Instructions

Query error logs of an RDS instance. Args: region_id: The region ID of the RDS instance. db_instance_id: The ID of the RDS instance. start_time: The start time of the query. Format: yyyy-MM-dd HH:mm. end_time: The end time of the query. Format: yyyy-MM-dd HH:mm. page_size: The number of records per page. Range: 30~100. Default: 30. page_number: The page number. Default: 1. Returns: Dict[str, Any]: A dictionary containing error log information

Input Schema

NameRequiredDescriptionDefault
db_instance_idYes
end_timeYes
page_numberNo
page_sizeNo
region_idYes
start_timeYes

Input Schema (JSON Schema)

{ "properties": { "db_instance_id": { "title": "Db Instance Id", "type": "string" }, "end_time": { "title": "End Time", "type": "string" }, "page_number": { "default": 1, "title": "Page Number", "type": "integer" }, "page_size": { "default": 30, "title": "Page Size", "type": "integer" }, "region_id": { "title": "Region Id", "type": "string" }, "start_time": { "title": "Start Time", "type": "string" } }, "required": [ "region_id", "db_instance_id", "start_time", "end_time" ], "title": "describe_error_logsArguments", "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