confirm tool ¶Refreshes a memory’s last_confirmed_at to now() without
rebuilding the embedding. Cheap operation.
idRequired integer. The memory’s id.
{
"ok": true,
"memory_id": 123,
"last_confirmed_at": "2026-05-17T14:00:00Z"
}
INVALID_INPUT, NOT_FOUND.