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
Name | Required | Description | Default |
---|---|---|---|
database_id | Yes | DMS databaseId | |
page_number | No | Pagination page number | |
page_size | No | Results per page (max 200) | |
search_name | No | Optional: Search keyword for table names |