@@ -65,20 +65,21 @@ Afterward, every time the service starts, the DMS MCP Server will directly acces
65
65
66
66
---
67
67
## Tool List
68
- | Tool Name | Description | Applicable Mode |
69
- | ---------------------| ---------------------------------------------| -------------------------------|
70
- | addInstance | Adds an instance to DMS. If the instance already exists, it returns its information. | Multi-instance Mode |
71
- | getInstance | Retrieves detailed information about an instance based on host and port. | Multi-instance Mode |
72
- | searchDatabase | Searches databases based on schemaName. | Multi-instance Mode |
73
- | getDatabase | Retrieves detailed information about a specific database. | Multi-instance Mode |
74
- | listTable | Lists tables under a specified database. | Multi-instance Mode & Single Database Mode |
75
- | getTableDetailInfo | Retrieves detailed information about a specific table. | Multi-instance Mode & Single Database Mode |
76
- | executeScript | Executes an SQL script and returns the result. | Multi-instance Mode & Single Database Mode |
77
- | nl2sql | Converts natural language questions into SQL queries. | Multi-instance Mode |
78
- | askDatabase | Natural language querying of a database (NL2SQL + execute SQL). | Single Database Mode |
79
- | configureDtsJob | Configures a DTS migration task | Multi-instance Mode |
80
- | startDtsJob | Starts a DTS migration task | Multi-instance Mode |
81
- | getDtsJob | Views details of a DTS migration task | Multi-instance Mode |
68
+ | Tool Name | Description | Applicable Mode |
69
+ | --------------------| ---------------------------------------------------------------------------------------------------------------------------| -------------------------------|
70
+ | addInstance | Adds an instance to DMS. Only Aliyun instances are supported. | Multi-instance Mode |
71
+ | listInstances | Search for instances from DMS. | Multi-instance Mode |
72
+ | getInstance | Retrieves detailed information about an instance based on host and port. | Multi-instance Mode |
73
+ | searchDatabase | Searches databases based on schemaName. | Multi-instance Mode |
74
+ | getDatabase | Retrieves detailed information about a specific database. | Multi-instance Mode |
75
+ | listTable | Lists tables under a specified database. | Multi-instance Mode & Single Database Mode |
76
+ | getTableDetailInfo | Retrieves detailed information about a specific table. | Multi-instance Mode & Single Database Mode |
77
+ | executeScript | Executes an SQL script and returns the result. | Multi-instance Mode & Single Database Mode |
78
+ | nl2sql | Converts natural language questions into SQL queries. | Multi-instance Mode |
79
+ | askDatabase | Natural language querying of a database (NL2SQL + execute SQL). | Single Database Mode |
80
+ | configureDtsJob | Configures a DTS migration task | Multi-instance Mode |
81
+ | startDtsJob | Starts a DTS migration task | Multi-instance Mode |
82
+ | getDtsJob | Views details of a DTS migration task | Multi-instance Mode |
82
83
83
84
<p > For a full list of tools, please refer to: <a href =" /doc/Tool-List-en.md " >Tool List</a ><br ></p >
84
85
0 commit comments