get_table_desc
Retrieve MySQL table schemas and column definitions by searching table names. Query multiple tables at once to inspect field structures, data types, and database metadata.
Instructions
根据表名搜索数据库中对应的表字段,支持多表查询(Search for table structures in the database based on table names, supporting multi-table queries)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 要搜索的表名 |