Skip to main content
Glama
aliyun

Alibaba Cloud RDS OpenAPI MCP Server

Official
by aliyun

describe_db_instance_parameters

Read-only

Get configuration and running parameters for multiple RDS instances in a single batch request by providing region, instance IDs, and optional parameter names.

Instructions

Batch retrieves parameter information for multiple RDS instances.
Args:
    region_id: The region ID of the RDS instance.
    db_instance_ids: List of DB instance identifiers (e.g., ["rm-uf6wjk5****", "db-instance-01"])
    paramters: List of parameter names (e.g., ["max_connections", "innodb_buffer_pool_size"])
Returns:
    list[dict]: A list of dictionaries containing parameter information(ParamGroupInfo,ConfigParameters,RunningParameters) foreach instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
region_idYes
db_instance_idsYes
paramtersNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, confirming a safe read operation. The description adds transparency by specifying the batch nature (multiple instances), the required fields (region_id, db_instance_ids), and the return type (list of dicts with ParamGroupInfo, ConfigParameters, RunningParameters). This enriches behavioral understanding beyond the annotation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise: one sentence for purpose, followed by parameter descriptions and return type. It is front-loaded and avoids unnecessary details. Minor improvement could be structuring the return as a sentence, but overall efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema and sibling tools, the description adequately covers inputs and output structure. However, it lacks usage context or comparison to related tools, which would enhance completeness for an agent deciding between tools.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description bears full responsibility for explaining parameters. It explicitly describes region_id as 'The region ID of the RDS instance', db_instance_ids as 'List of DB instance identifiers' with an example, and 'paramters' (correcting the schema typo) as 'List of parameter names' with an example. This provides critical semantic value absent from the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description starts with 'Batch retrieves parameter information for multiple RDS instances', which clearly states the verb (retrieves) and resource (parameter information for multiple RDS instances). This distinguishes it from sibling tools like describe_db_instance_attribute or describe_db_instance_performance, which focus on different aspects.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for batch retrieval of parameters but provides no explicit guidance on when to choose this tool over alternatives such as describe_db_instance_attribute or modify_parameter. No when-not-to-use or context hints are given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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