list_tables
Retrieve a list of tables and views from a specified database, with optional schema filtering for PostgreSQL and MySQL. Use this to explore database structure.
Instructions
List tables and views in a configured database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database id from list_databases | |
| schema | No | Schema name (Postgres/MySQL). Ignored for SQLite. |