Skip to main content
Glama

Alibaba Cloud DMS MCP Server

Official
by aliyun

getInstance

Retrieve detailed database instance information from Alibaba Cloud DMS by providing the hostname, port, and optional SID for Oracle databases.

Instructions

Retrieve detailed instance information from DMS using the host and port.

Input Schema

NameRequiredDescriptionDefault
hostYesThe hostname of the database instance
portYesThe connection port number
sidNoRequired for Oracle like databases

Input Schema (JSON Schema)

{ "properties": { "host": { "description": "The hostname of the database instance", "title": "Host", "type": "string" }, "port": { "description": "The connection port number", "title": "Port", "type": "string" }, "sid": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Required for Oracle like databases", "title": "Sid" } }, "required": [ "host", "port" ], "title": "get_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