list_tables
Retrieve a complete list of tables in a MySQL database using the MCP MySQL Server interface, enabling efficient database management and navigation.
Instructions
List all tables in the database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
random_string | No | Dummy parameter for no-parameter tools |
Input Schema (JSON Schema)
{
"properties": {
"random_string": {
"description": "Dummy parameter for no-parameter tools",
"type": "string"
}
},
"required": [],
"type": "object"
}