supabase-mcp
read_records
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 |