query_table
Query specific tables in Supabase databases with schema selection, column filtering, and where clause support using the Supabase MCP Server.
Instructions
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) |