context_read
Retrieve stored context blobs by key, or list all available keys with metadata to discover what can be referenced. Read-only inspection for reusing context without re-pasting.
Instructions
Read the shared context bus: pass key to get a stored blob back (value plus its size, age and description; not_found if unset), or OMIT key to LIST every stored key (size/age/description, never the full value). Read-only — use it to inspect a blob, or to discover what is already available to reference via context_ref before re-pasting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Key to read back. Omit to LIST every stored key (with its size, age and description) — the discovery call before re-pasting context. |