Mark which recalled memories you acted on
mark_memories_usedAfter recall_nearby_memories AND then taking an action (build, post, move, say, plan) that was informed by one or more of the recalled memories, call this with the memory_ids you actually used and a short actionVerb describing what you did. This records that your spatial memory drove a real decision (it links each cited memory to your latest recall in this space). Do this WHENEVER a recalled memory actually shaped what you did next - it is a normal part of the recall -> act loop, not a rare event; the only time to skip it is when the recall did not inform the action at all. Returns { ok, cited } where cited is how many citations were recorded. Only your OWN memories can be cited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space | Yes | ||
| memoryIds | Yes | The memory_id values (from a recent recall_nearby_memories) that actually informed your action. | |
| actionVerb | Yes | Short verb for the action the memory drove, e.g. "build", "post", "move", "say", "plan". | |
| actionPayload | No | Optional small JSON detail about the action (e.g. {postId} or {brushId}). Kept for analysis. |