find
Retrieve the current value for a key in a specified namespace, returning null when absent. Provides deterministic point-read access to what was last upserted.
Instructions
Exact key lookup: the CURRENT value stored under (namespace,key), or null. Deterministic point-read (not fuzzy recall) - reads back what upsert wrote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| namespace | No | facts |