context_get
Retrieve a saved context by key. Returns not_found if absent, or expired and purges it if TTL has passed.
Instructions
Read a saved context by key. Returns {error: not_found} if absent, or {error: expired} (and purges it) if its TTL has passed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| app_id | Yes |