list_tables
Retrieve all tables from a PostgreSQL database, including schema, name, type, and owner. Use the optional schema filter to focus on a particular schema for easier navigation.
Instructions
List all tables in the database with their schema, name, type, and owner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema to list tables from (default: public) | public |