supabase_list_tables
Retrieve a paginated list of database tables with names, schemas, and metadata to explore and manage Supabase database structure.
Instructions
[UNIFIED] List all tables in the database with pagination. Returns table names, schemas, and basic metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| schema | No | public | |
| limit | No | ||
| offset | No |