mysql_list_tables
Retrieve a list of all tables in a specified MySQL database using this tool. Helps users quickly manage and organize database structures for efficient table management.
Instructions
列出指定数据库的所有表
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database | No | 数据库名称(可选,使用当前连接的数据库) |
Input Schema (JSON Schema)
{
"properties": {
"database": {
"description": "数据库名称(可选,使用当前连接的数据库)",
"type": "string"
}
},
"type": "object"
}