add_note
Preserve important knowledge, lessons, and warnings across sessions. Set TTL to control note lifetime; expired notes auto-archive.
Instructions
Preserve important knowledge for future sessions - lessons, warnings, decisions. TTL decays and auto-archives over time. Recommended tiers: 10=short-term, 30=normal, 100=long-term. Example: 'API rate limit is 100/min - batch requests to avoid throttling'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | Initial ttl (recommended: 10 short-term, 30 normal, 100 long-term) | |
| content | Yes | Note content |