mymemory_search
Search your personal memory vault for any word or phrase using case-insensitive substring matching across active entries, returning matching results with query, count, and match details.
Instructions
Search the user's MyMemory vault for a word or phrase. Case-insensitive substring match over active entries (text and kind). Returns { query, count, matches }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Word or phrase to look for, e.g. "diet", "timezone", "typescript" |