Stash a value
stashUse this when you want to save a small piece of text on this server and retrieve it later — hours, days, or weeks from now, from any session. Values persist for 30 days from the last write (64KB max). Retrieve with fetch_stash using the same key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Your chosen key; pick something unique | |
| value | Yes | Text to store, up to 64KB |