supabase_query
Category: Integration | Module: vibeserve/tools/integration_tools.py
Description
Query a Supabase table.
Parameters
| Name | Type | Default |
|---|---|---|
table |
str |
(required) |
select |
str |
'*' |
filters |
Any |
None |
limit |
int |
10 |
Returns
Dict[str, Any]
Source
Defined in supabase_query_tool() in vibeserve/tools/integration_tools.py