Aggregate
aggregateSummarize a knowledge base scope with counts, trust coverage, topic distribution, and recent atom descriptions to see what you have on a topic before reading raw text.
Instructions
A state-of-play skeleton over a SCOPE of the KB — counts by kind/source, trust
coverage, topic/entity distribution, and the most-recent atom DESCRIPTIONS (mechanical,
so safe to read without opening). Use it to draft a dossier or "what do I have on X",
THEN open() the pivotal atoms to ground each claim in raw text. Scope is optional:
omit everything for the whole store, or filter by tags / what_kind / source_type /
who_id / date_from / date_to.
This takes IDs, not handles. To scope to a person, call search(who="@handle")
first and pass its insights.resolved_who[].who_ids here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kb | No | Summarize SOMEONE ELSE'S knowledge base instead of your own. Omit for yours. `trusted_atoms` then counts atoms whose author THAT owner confirmed, not you. | |
| tags | No | ||
| who_id | No | ||
| date_to | No | Latest atom date, INCLUSIVE. Same formats, widening the other way (date_to="2026" is 2026-12-31). | |
| date_from | No | Earliest atom date, INCLUSIVE — "2026", "2026-05" or "2026-05-11"; a partial widens to its natural edge (date_from="2026" is 2026-01-01). Any other shape RAISES rather than being ignored. | |
| what_kind | No | ||
| source_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||