delimit_memory_recent
Retrieve the most recent memory entries from your session history to recall previous session work. Read-only, free tier.
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 | |||