memory.get
Retrieve the full content of a memory entry by providing its unique ID. Solve the problem of viewing truncated search results by fetching the complete record.
Instructions
Fetch a single memory entry by ID. Use after memory.search with max_content_length to retrieve the full content of a specific entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Memory entry ID | |
| project_id | No | Project identifier (auto-detected from project_root if not provided) | |
| project_root | No | Project root directory |