memory_detail
Retrieve detailed content from specific memory sections to examine high-scoring search results, enabling thorough analysis of stored information.
Instructions
Fetch full content of a specific memory section. Use after memory_search to get details for high-scoring results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File path from search results (e.g. 'memory/2026-03-31.md' or 'MEMORY.md') | |
| line | No | Start line number (from search results) | |
| lines | No | Number of lines to return (default: 30) | |
| memory_dir | No | Path to memory directory (default: ./memory) |