CALL THIS FIRST, before working in a memory — it is the briefing.
One composite read that answers what a cold agent actually needs: what
this memory holds (classes and counts), what landed recently, where the
memory contradicts itself, how much is waiting for a human's approval,
and the newest session checkpoint — where the last session stopped.
`memory` is the slug from list_my_memories. `topic` additionally runs the
hybrid search and inlines the hits, so "brief me, and specifically about
pricing" is one call rather than two. `limit` bounds the recent list.
Read the `status` on everything it returns: 'unapproved' rows are
proposals a human has not accepted, and saying so is the difference
between reporting the team's record and inventing it — `review_queue`
counts how many are waiting, and a person clears them in the review UI. `conflicts` are
places the memory disagrees with itself — surface them, don't pick a side.
Reach for something else when you already know what you are looking for:
semantic_search for a topic, get_object for one thing, list_objects for a
population.
ConnectorAPI key