Dereference a memory_token in one round-trip
emem_memory_token_resolveParse a emem:fact:<cell64>:<fact_cid> citation handle and return the reading it cites. value, unit, band and kind are on the response at the TOP level, alongside the full signed fact body they were lifted from. Saves the agent from string-splitting the token and chaining GET /v1/facts/<cid> manually. Memory algebra: the resolve operation (https://emem.dev/docs/model.html).
When to use: Call when you hold a memory_token from another agent or an earlier turn and want the value behind it. For a scalar quote value_verbatim, the exact decimal string the fact was signed as: re-typing the JSON number is where measured precision is lost. value and unit are always present, and an explicit null means the fact genuinely has none (an absence has no value; most index bands are dimensionless) rather than a missing field. The response also carries the parsed cell, the fact_cid, the full signed fact and a stable fact_url to hand on. A cid this responder does not hold is a typed 404: try /v1/fetch, or resolve at a mirror.
Example arguments: {"token":"emem:fact:defi.zb493.xoso.zcb6a:cxjiu7l54ujzrpnekp24n4534yojpue4mprddbvevnqtti3lh5bq"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | A `emem:fact:<cell64>:<fact_cid>` citation handle to dereference. |