mysql_list_databases
Discover available MySQL databases before querying tables. Lists all schemas on the server, with option to include system schemas.
Instructions
List available databases (schemas) on the MySQL server. Use this first to discover what databases exist before querying tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeSystem | No | Whether to include system schemas like mysql, information_schema, performance_schema, sys |