supabase_list_tables
Retrieve a complete list of tables from a specified Supabase database schema, defaulting to public, to support database schema exploration and management.
Instructions
List all tables in the database schema
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema to list tables from (default: public) | public |