Delimit Memory Recent
delimit_memory_recentRetrieve the most recent memory entries to recall prior session context at startup. Returns chronological captures (free tier, read-only), defaulting to 5 entries.
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 | |||