create_record
Add new records to Supabase tables by specifying table name and data, with optional fields to return in the response.
Instructions
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.
Other Tools from supabase-mcp
Related Tools
- @DynamicEndpoints/supabase-mcp
- @tengfone/supabase-nextjs-mcp-server
- @DynamicEndpoints/supabase-mcp
- @tengfone/supabase-nextjs-mcp-server
- @DynamicEndpoints/supabase-mcp