memory_show
Retrieve a single memory's full content by its ID, including staleness signals and linked memories. Use after a search hit to spot-check or verify before relying on it.
Instructions
Fetch a single memory's full content by id. Typically used after a memory_search snippet looks relevant. The response carries the same staleness signals as a search hit:
verification.status('never' / 'stale' / 'fresh') with an actionablerecommendationwhen not fresh.staleness_verdict(fresh / spot_check_recommended / spot_check_required) — rolled-up signal across calendar, path and commit drift.path_drift(the full report; missing-on-disk paths listed).commit_drift(when caller is inside the memory's origin repo) —status: 'clean' | 'drift'+commits_since_verify.Forward
linksandreverse_linksfor navigation.
When the verdict isn't fresh, spot-check one claim before relying. memory_verify(id, …) if it holds; memory_update if drifted (content updates reset last_verified_at, so verify again after the fix).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||