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) |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Supabase MCP Server
Related Tools
- @tengfone/supabase-nextjs-mcp-server
- @DynamicEndpoints/supabase-mcp
- @DynamicEndpoints/supabase-mcp
- @tengfone/supabase-nextjs-mcp-server
- @JoshuaRileyDev/supabase-mcp-server