delimit_memory_recent
Retrieve the most recent memory entries from previous sessions. Use at session start to recall prior work with a chronological tail.
Instructions
Return the most recent memory entries (Free tier).
When to use: at session start to recall what the previous session was working on, or to scan for the last N memory captures. When NOT to use: for semantic / structured search (use delimit_memory_search) or to write a memory (delimit_memory_store).
Sibling contrast: delimit_memory_search does Pro semantic search; this is the free chronological tail.
Side effects: read-only. Calls backends.memory_bridge.get_recent. Free tier — no license gate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of most-recent entries to return. Default 5. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||