memos_search
Retrieve memories from a personal knowledge base by searching with natural language queries. Results can be filtered to human notes only.
Instructions
Search MemOS for memories matching a query.
Returns the top matches as a markdown list with score, source, category, project, and content excerpt. Searches the same scope that Paperclip agents read from, so results include both human notes and any agent KB entries (completed issues, executive briefs, indexed documents).
Args: query: Natural language query, e.g. "rename routine convention". top_k: Maximum number of results to return (default 5, max 25). only_human: If True, filter results to entries with [source: human]. Use this when you specifically want notes Seth wrote, not agent runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No | ||
| only_human | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |