Skip to main content
Glama

Alibaba Cloud DMS MCP Server

Official
by aliyun

getInstance

Retrieve detailed database instance information, including ID, state, engine type, and alias, by specifying host, port, and optional SID for Oracle databases.

Instructions

Retrieve detailed instance information from DMS. Parameters: host (str): The hostname or IP address of the database instance port (int): Connection port number (valid range: 1-65535) sid (Optional[str]): Required for Oracle like databases. Defaults to None. Returns: Dict[str, Any]: A dictionary containing instance details with these keys: - InstanceId: Unique instance identifier in DMS - State: Current operational status - InstanceType: Database Engine type - InstanceAlias: Instance alias in DMS

Input Schema

NameRequiredDescriptionDefault
hostYes
portYes
sidNo

Input Schema (JSON Schema)

{ "properties": { "host": { "title": "Host", "type": "string" }, "port": { "title": "Port", "type": "string" }, "sid": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sid" } }, "required": [ "host", "port" ], "title": "getInstanceArguments", "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