reader_ops
Check your daily reading inbox, starred items, stats, and search RSS articles by text or meaning from one endpoint. Start background RAG index sweeps and monitor job status.
Instructions
reader_ops - Daily reading surface: inbox, stars, search, stats, RAG sweeps.
RATIONALE: single entry point for what a human checks every morning.
Return Format
{success, message, items/stats/job/job_id/status/chunks}
Examples
{"operation": "inbox"} unread items
{"operation": "search_text", "query": "vienna"} FTS search
{"operation": "search_semantic", "query": "rocket engine"} vector search
{"operation": "trigger_sweep", "mode": "incremental", "hours": 4} background index job
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | No | ||
| mode | No | Sweep mode: incremental or full. Used by: trigger_sweep | incremental |
| hours | No | Lookback hours for incremental sweep. Used by: trigger_sweep | |
| limit | No | ||
| query | No | ||
| job_id | No | ||
| feed_id | No | Scope sweep to one feed id, 0 means all. Used by: trigger_sweep | |
| operation | Yes | Reader operation to run |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||