list_tables
List PostgreSQL tables, views, and schemas with estimated row counts and sizes for quick database inspection.
Instructions
List all tables, views, and schemas in the PostgreSQL database along with estimated row counts and table sizes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Database schema name (default: "public") | |
| include_views | No | Whether to include database views (default: true) |