supabase-mcp

list_tables

List all tables in the database

Input Schema

NameRequiredDescriptionDefault
schemaNoSchema name (optional, defaults to public)

Input Schema (JSON Schema)

{ "properties": { "schema": { "description": "Schema name (optional, defaults to public)", "type": "string" } }, "type": "object" }