Skip to main content
Glama

Alibaba Cloud DMS MCP Server

Official
by aliyun

getDatabase

Retrieve detailed database information, including schema and connection details, by providing the host, port, and schema name using the Alibaba Cloud DMS MCP Server tool.

Instructions

Obtain detailed information about a specific database in DMS when the host and port are provided.

Input Schema

NameRequiredDescriptionDefault
hostYesHostname or IP of the database instance
portYesConnection port number
schema_nameYesName of the database schema
sidNoRequired for Oracle like databases

Input Schema (JSON Schema)

{ "properties": { "host": { "description": "Hostname or IP of the database instance", "title": "Host", "type": "string" }, "port": { "description": "Connection port number", "title": "Port", "type": "string" }, "schema_name": { "description": "Name of the database schema", "title": "Schema Name", "type": "string" }, "sid": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Required for Oracle like databases", "title": "Sid" } }, "required": [ "host", "port", "schema_name" ], "title": "get_databaseArguments", "type": "object" }

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