schema_list_tables
List tables in a Postgres schema (default public) or use 'all' to cover every schema. Simplifies database schema exploration for Supabase projects.
Instructions
List tables in the schema (default: public). Use schema_name='all' for all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_name | No | public |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |