get_wakeup
Retrieve a single wakeup by ID. Use this inside a Claude routine prompt: the routine fires, calls get_wakeup({ id: 'abc-123' }), gets the full context and benchmarks, then runs the analysis. Also auto-marks the wakeup as triggered if the trigger date has passed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The wakeup UUID returned by save_wakeup. | |
| _offset | No | Pagination offset. If a response includes _pagination.hasMore=true, use _offset to fetch the next page. |