supabase-mcp
create_record
Create a new record in a Supabase table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | Record data | |
returning | No | Fields to return (optional) | |
table | Yes | Table name |
Input Schema (JSON Schema)
You must be authenticated.