list_tables
Retrieves a list of all tables in the connected MySQL database, including details like table comments, engine type, and row count.
Instructions
查询数据库中的所有表,包含表注释、引擎、行数等信息
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |