memory_world_search
Search current world facts by similarity to get up-to-date external knowledge with confidence scores, staleness flags, and source citations for verification.
Instructions
Search current WORLD facts (sourced external knowledge) by
similarity. Use when a task turns on an external fact your training
data may have stale. Entries carry effective_confidence
(age-decayed), a stale flag (re-verify before relying on it), and
their source_url / source_quote for citation.
Returns: {count, entries}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language description of the external fact needed. | |
| top_k | No | Max entries returned. | |
| verbose | No | Full provenance metadata; default entries are compact. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||