list_tables
Retrieve a list of all tables within a MySQL database using the MCP MySQL Server. Simplify database exploration and management by accessing table information directly.
Instructions
List all tables in the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"required": [],
"type": "object"
}