get_table_desc
Retrieve table structures and field details from MySQL databases by specifying table names, enabling efficient schema exploration and multi-table analysis.
Instructions
根据表名搜索数据库中对应的表字段,支持多表查询(Search for table structures in the database based on table names, supporting multi-table queries)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 要搜索的表名 |