read_records
Retrieve data from a Supabase table with optional filters, joins, and field selections to extract specific records effectively.
Instructions
Read records from a Supabase table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | No | Filter conditions (optional) | |
joins | No | Table joins (optional) | |
limit | No | Maximum number of records to return (optional) | |
select | No | Fields to select (optional) | |
table | Yes | Table name |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from supabase-mcp
Related Tools
- @DynamicEndpoints/supabase-mcp
- @NightTrek/Supabase-MCP
- @tengfone/supabase-nextjs-mcp-server
- @DynamicEndpoints/supabase-mcp
- @DynamicEndpoints/supabase-mcp