Skip to main content
Glama

Supabase NextJS MCP Server

by tengfone

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" }
Install Server

Other Tools from Supabase NextJS MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tengfone/supabase-nextjs-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server