Supabase MCP Server
by NightTrek
query_table
Query a specific table with schema selection and where clause support
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schema | No | Database schema (optional, defaults to public) | |
select | No | Comma-separated list of columns to select (optional, defaults to *) | |
table | Yes | Name of the table to query | |
where | No | Array of where conditions (optional) |