eywa_get
Retrieve past session handoffs to maintain context continuity. Search by keyword or get recent sessions.
Instructions
Retrieve past session handoffs for context continuity.
Called at session start or when you need context about past work.
No query: returns 3 most recent substantial sessions.
With query: keyword-matches against past sessions, returns top matches.
Examples:
eywa_get()
eywa_get(query="sorbent reasoning tokens")
eywa_get(query="river mcp", days_back=30, max_handoffs=5)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | What are we working on? Keywords, project name, topic. | |
| days_back | No | How far back to search (default 14 days). | |
| max_handoffs | No | How many handoffs to return (default 3, max 5). |