supabase_rpc
Call a stored function or RPC endpoint in Supabase by passing the function name and arguments.
Instructions
Call a stored function or RPC endpoint in Supabase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Arguments to pass to the function | |
| function | Yes | Name of the stored function to call |