list_tables
Retrieves all tables and views within a specified database schema, including their type and approximate row count for quick schema overview.
Instructions
List all tables in a schema with their types (BASE TABLE or VIEW) and approximate row counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (e.g., 'public' for PostgreSQL) | public |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |