Skip to main content
Glama

Supabase NextJS MCP Server

by tengfone

delete_record

Remove a specific record from a Supabase table using defined filters, ensuring precise data management within a NextJS-based MCP server.

Instructions

Delete a record from Supabase

Input Schema

NameRequiredDescriptionDefault
filtersYes
tableYes

Input Schema (JSON Schema)

{ "properties": { "filters": { "type": "object" }, "table": { "type": "string" } }, "required": [ "table", "filters" ], "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