List MySQL tables
mysql_list_tablesList tables and views in a MySQL database, with optional LIKE pattern filtering and database selection to find specific objects.
Instructions
List tables and views for the current or selected database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | No | Optional MySQL LIKE pattern. | |
| database | No | Optional database name. | |
| includeViews | No | Whether to include views. |