list_tables
Retrieve all tables from a PostgreSQL schema to understand database structure. Specify a schema name to view its tables and their types.
Instructions
List all tables in a specific schema.
Args:
schema: Schema name to list tables from (default: public)
Returns:
List of tables with name and typeInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | public |