Supabase NextJS MCP Server

update_record

Modify existing records in a specified Supabase table by applying filters and updating data, designed for managing systems like a notes application.

Instructions

Update a record in Supabase

Input Schema

NameRequiredDescriptionDefault
dataYes
filtersYes
tableYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Supabase NextJS MCP Server

Related Tools

ID: 9i4b9xiqrc