Skip to content

supabase_insert

Category: Integration | Module: vibeserve/tools/integration_tools.py

Description

Insert a row into a Supabase table.

Parameters

Name Type Default
table str (required)
data Dict[str, Any] (required)

Returns

Dict[str, Any]

Source

Defined in supabase_insert_tool() in vibeserve/tools/integration_tools.py