list_tables
Retrieve a list of tables within a PostgreSQL database using schema name. Ideal for inspecting and managing database structures efficiently.
Instructions
List tables in the database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schema | No | Schema name (default: public) |