db_get_tables
List tables and views in a database, with optional filters by schema and object type to locate database objects quickly.
Instructions
List all tables and views in the database. Can filter by schema name and object type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by object type: table, view, or all | all |
| schemaName | No | Filter by specific schema name (e.g., public for PostgreSQL) |