scratchpad_write
Record temporary session notes for intermediate findings, plans, and hypotheses. Notes auto-expire to avoid cluttering persistent memory.
Instructions
Jot a SHORT-TERM working note for the current session: intermediate findings, plans, hypotheses, task state. Auto-expires (default 24h) and is never synced. NOT durable memory — use memory_write/memory_propose for knowledge that should persist across sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The note to jot down | |
| ttl_hours | No | Hours until the note expires (default 24) | |
| session_id | No | Session/topic key to group notes under (default 'default') |