mysql_list_tables
List tables and views in a specified MySQL database, enabling selection of tables for querying and schema inspection.
Instructions
List tables (and optionally views) in a database. Use this after mysql_list_databases to discover available tables before querying or inspecting schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | Yes | Database (schema) name | |
| includeViews | No | Include views in result |