supabase_list_tables
Lists all tables in one or more schemas. By default returns a compact summary. Set verbose to true to include column details, primary keys, and foreign key constraints.
Bulk support: accepts project_ids for batched execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schemas | Yes | ||
| verbose | Yes | ||
| project_id | Yes | ||
| project_ids | No |