File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/rds_openapi_mcp_server Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ async def describe_available_classes(
326
326
327
327
Args:
328
328
region_id (str): The region ID of the RDS instance.
329
- zone_id (str): The zone ID of the RDS instance.
329
+ zone_id (str): The zone ID of the RDS instance. Query available zones by `describe_available_zones`.
330
330
instance_charge_type (str): Instance payment type. Values: Prepaid, Postpaid, Serverless.
331
331
engine (str): Database engine type. Values: MySQL, SQLServer, PostgreSQL, MariaDB.
332
332
engine_version (str): Database version.
@@ -380,9 +380,9 @@ async def create_db_instance(
380
380
dbinstance_storage : int ,
381
381
vpc_id : str ,
382
382
vswitch_id : str ,
383
+ zone_id : str ,
383
384
security_ip_list : str = "127.0.0.1" ,
384
385
instance_network_type : str = "VPC" ,
385
- zone_id : str = None ,
386
386
pay_type : str = "Postpaid" ,
387
387
instance_charge_type : str = None ,
388
388
system_db_charset : str = None ,
You can’t perform that action at this time.
0 commit comments