Supabase NextJS MCP Server

insert_record

Add data to a specified table in Supabase using a structured input object. Designed for the Supabase NextJS MCP Server to streamline database operations.

Instructions

Insert a record into Supabase

Input Schema

NameRequiredDescriptionDefault
dataYes
tableYes

Input Schema (JSON Schema)

{ "properties": { "data": { "type": "object" }, "table": { "type": "string" } }, "required": [ "table", "data" ], "type": "object" }

You must be authenticated.

Other Tools from Supabase NextJS MCP Server

Related Tools

ID: 9i4b9xiqrc