list_recent_memory
Retrieve the most recent memory entries to recall what was last worked on during a session. Specify the number of entries to return.
Instructions
Return the n most recent memory entries (default 10).
Useful at the start of a session to recall what was last worked on.
Args:
n: Number of entries to return (default 10).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |