schema_get_tables
Retrieve the list of all tables in a specified database schema, using the schema name as input (defaults to public).
Instructions
Get list of all tables in the database schema
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: public) | public |