Overview
Retrieve the complete, untruncated content of a specific observation. Use this tool aftermem_search or mem_timeline when you need to see the full details of a memory entry.
This tool is part of the agent profile and uses deferred loading to optimize performance.
Parameters
The observation ID to retrieve (from
mem_search or mem_timeline results)Response
Formatted observation with complete content and metadata
- Observation ID, type, and title
- Full content (untruncated)
- Session ID and project
- Scope (project or personal)
- Topic key (if set)
- Tool name (if captured automatically)
- Duplicate count and revision count
- Last seen timestamp
- Created timestamp
Usage Example
Get Full Observation After Search
When to Use
- After search: When
mem_searchreturns truncated results and you need the full content - Timeline drilling: After
mem_timelineto see complete details of a specific entry - Content review: When you need to read the full observation including all fields
Progressive Disclosure Pattern
- Start with
mem_searchto find relevant memories (returns truncated content) - Review search results to identify the observation you need
- Use
mem_get_observationto retrieve the full content - Optionally use
mem_timelineto see chronological context around that observation
Related Tools
mem_search- Search for observations (returns truncated content)mem_timeline- View chronological context around an observationmem_update- Update an observation after retrieving it