Skip to main content
Glama

Supabase NextJS MCP Server

by tengfone

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

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