Skip to main content
Glama

Alibaba Cloud RDS OpenAPI MCP Server

Official
by aliyun

attach_whitelist_template_to_instance

Links a whitelist template to an Alibaba Cloud RDS instance to manage public connection access securely using region ID, instance ID, and template ID.

Instructions

allocate db instance public connection. Args: region_id: The region ID of the RDS instance. db_instance_id: The ID of the RDS instance. template_id: Whitelist Template ID. Can be obtained via DescribeAllWhitelistTemplate. Returns: dict[str, Any]: The response.

Input Schema

NameRequiredDescriptionDefault
db_instance_idYes
region_idYes
template_idYes

Input Schema (JSON Schema)

{ "properties": { "db_instance_id": { "title": "Db Instance Id", "type": "string" }, "region_id": { "title": "Region Id", "type": "string" }, "template_id": { "title": "Template Id", "type": "integer" } }, "required": [ "region_id", "db_instance_id", "template_id" ], "title": "attach_whitelist_template_to_instanceArguments", "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