supabase_insert
Insert one or more rows into a Supabase table by passing the table name and data. Add single or multiple records during MCP Supabase Server operations.
Instructions
Insert one or more rows into a Supabase table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Data to insert (single object or array of objects) | |
| table | Yes | Table name to insert into |