Skip to main content
Glama

Alibaba Cloud DMS MCP Server

Official
by aliyun

addInstance

Add a new database instance to Alibaba Cloud DMS MCP Server, enabling cross-engine data querying by specifying user credentials, host, port, and region details.

Instructions

Input Schema

NameRequiredDescriptionDefault
db_passwordYes
db_userYes
hostNo
instance_resource_idNo
portNo
regionNo

Input Schema (JSON Schema)

{ "properties": { "db_password": { "title": "Db Password", "type": "string" }, "db_user": { "title": "Db User", "type": "string" }, "host": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Host" }, "instance_resource_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Instance Resource Id" }, "port": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Port" }, "region": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Region" } }, "required": [ "db_user", "db_password" ], "title": "addInstanceArguments", "type": "object" }

You must be authenticated.

Other Tools from Alibaba Cloud DMS MCP Server

Related Tools

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-dms-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server