scratchpad_write
Record short-term working notes for the current session, including findings, plans, and task states, with automatic expiration after 24 hours. For durable cross-session knowledge, use memory tools instead.
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') |