list_tables
Retrieve a list of all tables in a MySQL database using the MCP MySQL Server, enabling efficient database schema management and querying.
Instructions
List all tables in the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"required": [],
"type": "object"
}