---
title: "RPC"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/supabase/rpc
markdown: https://docs.nodetool.ai/nodes/lib/supabase/rpc.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/supabase/rpc.md
---

# RPC

**Type:** `lib.supabase.RPC`

**Namespace:** `lib.supabase`

## Description

Call a PostgreSQL function via Supabase RPC.
    supabase, database, rpc, function

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| function | `str` | RPC function name | `` |
| params | `dict[str, any]` | Function params | `{}` |
| to_dataframe | `bool` | Return DataframeRef if result is a list of records | `false` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `any` |  |

## Related Nodes

Browse other nodes in the [lib.supabase](./) namespace.
