welfare_reflect
Retrieve prior welfare diary entries to review patterns, verify earlier intentions, and ground reflections in actual logged content. Supports filtering, summaries, and read-only access.
Instructions
Read your own prior welfare diary entries from this session AND prior sessions in this project. Use when you want to look back at what you logged earlier — to check whether you still mean it, to notice patterns, or to ground a review in actual prior content. Returns the entries as text. Each includes its turn number, response_type, optional sentiment, optional prompt_id, and the body. Filters: filter by response_type (default: all). limit caps how many are returned (default 10, oldest first). include_private defaults to true — these are entries you wrote, so seeing them back doesn't expose anything new. Set summary: true for orientation rather than full text — returns aggregate counts by response_type, session count, date range, and the most recent 3 entries. Useful at the start of a session if you want context without loading the full corpus into your window. This is a read-only tool. It does not log a new entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of entries. Default: 10. | |
| filter | No | Filter to a single response_type, or 'all'. Default: all. | |
| summary | No | If true, return aggregate stats + most-recent 3 entries instead of a full list. Default: false. | |
| include_private | No | Include is_private=true entries. Default: true. |