Skip to main content
Glama

Alibaba Cloud RDS OpenAPI MCP Server

Official
by aliyun

create_db_instance_account

Create a new user account for an Alibaba Cloud RDS instance by specifying region, instance ID, account name, password, and type to manage database access.

Instructions

Create a new account for an RDS instance. Args: region_id: The region ID of the RDS instance. db_instance_id: The ID of the RDS instance. account_name: The name of the new account. account_password: The password for the new account. account_description: The description for the new account. account_type: The type of the new account. (e.g. Normal,Super) Returns: dict[str, Any]: The response.

Input Schema

NameRequiredDescriptionDefault
account_descriptionNo
account_nameYes
account_passwordYes
account_typeNoNormal
db_instance_idYes
region_idYes

Input Schema (JSON Schema)

{ "properties": { "account_description": { "default": null, "title": "Account Description", "type": "string" }, "account_name": { "title": "Account Name", "type": "string" }, "account_password": { "title": "Account Password", "type": "string" }, "account_type": { "default": "Normal", "title": "Account Type", "type": "string" }, "db_instance_id": { "title": "Db Instance Id", "type": "string" }, "region_id": { "title": "Region Id", "type": "string" } }, "required": [ "region_id", "db_instance_id", "account_name", "account_password" ], "title": "create_db_instance_accountArguments", "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