nmem_todo
Create a temporary TODO memory for a task with auto-expiry in 30 days; use nmem_forget to close it when completed.
Instructions
Quick TODO memory (auto-expires in 30 days). Use nmem_forget to close when done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The task to remember | |
| compact | No | Return compact response (strip metadata hints, truncate lists). Saves 60-80% tokens. | |
| priority | No | Priority 0-10 (default: 5) | |
| token_budget | No | Max tokens for response. Progressively strips content to fit budget. |