Skip to main content
Glama

Alibaba Cloud DMS MCP Server

Official
by aliyun

searchDatabase

Query and locate databases by name within Alibaba Cloud DMS MCP Server, enabling efficient search across diverse database ecosystems with customizable pagination.

Instructions

Search databases in DMS by name.

Input Schema

NameRequiredDescriptionDefault
page_numberNoPage number (starting from 1)
page_sizeNoResults per page (max 1000)
search_keyYesdatabase name to search for

Input Schema (JSON Schema)

{ "properties": { "page_number": { "default": 1, "description": "Page number (starting from 1)", "title": "Page Number", "type": "integer" }, "page_size": { "default": 200, "description": "Results per page (max 1000)", "title": "Page Size", "type": "integer" }, "search_key": { "description": "database name to search for", "title": "Search Key", "type": "string" } }, "required": [ "search_key" ], "title": "search_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