context_read
Retrieve previously saved context by key, returning its value, size, age, and description. Use this to inspect shared blobs or consume context written by another agent.
Instructions
Read back context previously saved with context_write, by key. Returns the stored value plus its size, age, and description; not_found if the key isn't set. Use it to inspect a shared blob, or to consume context another agent wrote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key to read back. |