Skip to main content
Glama

supabase-mcp

create_record

Add new records to Supabase tables by specifying table name and data, with optional fields to return in the response.

Instructions

Create a new record in a Supabase table

Input Schema

NameRequiredDescriptionDefault
dataYesRecord data
returningNoFields to return (optional)
tableYesTable name

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "Record data", "type": "object" }, "returning": { "description": "Fields to return (optional)", "items": { "type": "string" }, "type": "array" }, "table": { "description": "Table name", "type": "string" } }, "required": [ "table", "data" ], "type": "object" }

You must be authenticated.

Other Tools from supabase-mcp

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/DynamicEndpoints/supabase-mcp'

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