agent_memory_search
Search memory entries by substring or regex across keys, values, and tags. Filter by category and limit to get relevant matches.
Instructions
Search memory entries by substring or regex across key, value, and tags.
Args: query: Substring or regex to look for. use_regex: Treat the query as a regular expression. category: Restrict the search to a single category. limit: Maximum number of matches to return.
Returns: str: JSON with keys 'success', 'count', and 'matches'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of matches to return. | |
| query | Yes | Substring or regex to look for in keys, values, and tags. | |
| category | No | Restrict the search to a single category. | |
| use_regex | No | Treat the query as a regular expression. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |