search_memories
Find relevant stored information using semantic search across memory data with natural language queries, supporting user, agent, and run scoping.
Instructions
Semantic search across existing memories.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language description of what to find. | |
| user_id | No | User scope. Defaults to MEM0_USER_ID. | |
| agent_id | No | Agent scope. | |
| run_id | No | Run scope. | |
| filters | No | Additional structured filter clauses. | |
| limit | No | Maximum number of results. | |
| threshold | No | Minimum relevance score (0.0-1.0). | |
| rerank | No | Whether to apply reranking. | |
| enable_graph | No | Override default graph toggle. |