search_memory
Search all stored transcriptions using keyword or semantic modes to find matching segments, with options for context, deduplication, and export.
Instructions
Search across ALL stored transcriptions. No audio_path needed, queries everything in memory. Default mode is 'keyword' (literal match). Use 'semantic' mode for meaning-based search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Search mode. 'keyword' (default) finds segments containing the exact word/phrase. 'semantic' finds segments similar in meaning. | |
| query | Yes | Search query. For keyword mode: a word or phrase to find literally. For semantic mode: a natural language description (e.g. 'discussion about funding challenges'). | |
| top_k | No | Number of results to return. Default: 10 | |
| output | No | Optional file path to save results. Use .csv for plain data or .xlsx for styled spreadsheets with bold headers and formatting. | |
| context_words | No | Words of context per result. Default: 25. Use 150 for full evidence blocks when Claude needs to answer a question. Semantic mode only. | |
| dedup_seconds | No | Merge matches within this many seconds of each other. Default: 0 (off). Semantic mode only. |