recall_user
Retrieve memories associated with a specific user, optionally filtered by a search query and limited results. Accessible from any session context.
Instructions
Recall user-scoped memories — works from any session context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | User identifier | |
| query | No | Search query (optional — returns all if omitted) | |
| limit | No | Max results (default 10) |