sql_call_rpc
Invoke stored procedures or functions on Supabase by specifying the function name and optional parameters to execute custom database logic.
Instructions
Call a stored procedure/function
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Parameters for the function | |
| function_name | Yes | Name of the function to call |