list_tables
Discover the structure of a PostgreSQL database by listing all tables in the public schema, including table names, types, and schema.
Instructions
List all tables in the public schema of the connected database. Returns table names, types (BASE TABLE or VIEW), and the schema they belong to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||