Skip to main content
Glama

Alibaba Cloud DMS MCP Server

Official
by aliyun

listTables

Search for database tables by databaseId and optional table name. Retrieve table details efficiently, enabling precise metadata access and management in Alibaba Cloud DMS.

Instructions

Search for tables by databaseId and (optional) table name. If you don't know the databaseId, first use getDatabase or searchDatabase to retrieve it.(1)If you have the exact host, port, and database name, use getDatabase.(2)If you only know the database name, use searchDatabase.(3)If you don't know any information, ask the user to provide the necessary details.Note: searchDatabase may return multiple databases. In this case, let the user choose which one to use.

Input Schema

NameRequiredDescriptionDefault
database_idYesDMS databaseId
page_numberNoPagination page number
page_sizeNoResults per page (max 200)
search_nameNoOptional: Search keyword for table names

Input Schema (JSON Schema)

{ "properties": { "database_id": { "description": "DMS databaseId", "title": "Database Id", "type": "string" }, "page_number": { "default": 1, "description": "Pagination page number", "title": "Page Number", "type": "integer" }, "page_size": { "default": 200, "description": "Results per page (max 200)", "title": "Page Size", "type": "integer" }, "search_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Optional: Search keyword for table names", "title": "Search Name" } }, "required": [ "database_id" ], "title": "list_tablesArguments", "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