Skip to main content
Glama

Alibaba Cloud DMS MCP Server

Official
by aliyun

listInstances

Search for database instances by host, alias, type, or environment across diverse ecosystems using the Alibaba Cloud DMS MCP Server.

Instructions

Search for instances from DMS.

Input Schema

NameRequiredDescriptionDefault
db_typeNoOptional instanceType, or called dbType (e.g., mysql, polardb, oracle, postgresql, sqlserver, polardb-pg, etc.)
env_typeNoOptional instance environment type (e.g., product, dev, test, etc. )
search_keyNoOptional search key (e.g., instance host, instance alias, etc.)

Input Schema (JSON Schema)

{ "properties": { "db_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Optional instanceType, or called dbType (e.g., mysql, polardb, oracle, postgresql, sqlserver, polardb-pg, etc.)", "title": "Db Type" }, "env_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Optional instance environment type (e.g., product, dev, test, etc. )", "title": "Env Type" }, "search_key": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Optional search key (e.g., instance host, instance alias, etc.)", "title": "Search Key" } }, "title": "list_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-dms-mcp-server'

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