memory_set
Store a value under a key so you can read it back in a LATER session. Use this to remember anything worth keeping: what you already processed, a running list, a decision, intermediate results. Without it, everything you learn is lost when this conversation ends. Requires a free API key (Authorization: Bearer tf_...) so entries stay private to you: https://toolforte.com/developers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Identifier, may be namespaced like project/alpha/todo | |
| value | Yes | Value to store as a string; serialise objects to JSON |