Find signed facts for a place, as citable sources
searchSearch emem's signed corpus and return results shaped as citations: each entry is one signed fact, with an id to dereference, a title naming band, place and the value as signed, and a stable url serving those bytes. Takes a place name, a cell64, or an emem citation handle (a handle returns the one fact it cites). Capped for the wire; the final entry names the cell and the TRUE total. On a cold cell it MATERIALIZES a missing band first, as emem_recall does: fetched upstream, signed, persisted. Hence readOnlyHint false.
When to use: Call first when a question is about a place and the answer must be citable: it turns the question into a list of sources, each of which fetch expands. For a synthesised answer in one call, use emem_ask instead.
Example arguments: {"query":"Trafalgar Square, London"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | A place ('Trafalgar Square, London'), a cell64, or an emem citation (`emem:fact:<cell64>:<fact_cid>`). A citation returns the one fact it cites, so a result handed over by another agent resolves exactly. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | One entry per signed fact, plus a final entry for the cell itself carrying the true total, so a capped list still says how much there was. |