Search Zynx Memory
search_memorySearch Zynx memory content by keyword using case-insensitive matching to retrieve relevant entries from an allowlisted Supabase table.
Instructions
Keyword search over an allowlisted Zynx memory table using ilike.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | Keyword to search in Zynx memory content. | |
| tableName | No | Allowlisted memory table. | zynx_memory |
| contentColumn | No | Column containing searchable text. | content |