List MySQL Databases
mysql_list_databasesRetrieve a list of all databases accessible to the current user on a MySQL server. Choose output as formatted markdown or JSON.
Instructions
List all databases on the MySQL server.
Returns database names the current user has access to.
Returns:
markdown: formatted list
json: { databases: string[] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' or 'json' | markdown |