Load full memory detail
get_memory_detailRetrieve the full content and metadata of a memory node by its ID. Use when a search result appears relevant and complete details are needed.
Instructions
Load the full body of a specific memory by id. USE WHEN: a search_memory_light candidate looks relevant and you need its full content / metadata. DO NOT USE WHEN: you have not identified a specific memory id, or you are tempted to call this many times in a row. LIMIT: call at most 3 times per user turn. RETURNS: { found, memory? } where memory has { id, title, summary, content, memory_type, level, importance, source, metadata, created_at, updated_at }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Memory node id as returned by search_memory_light (e.g. 'mem_<hex>') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| found | Yes | ||
| memory | Yes |