memory_write_confirm
Confirm a pending memory write by passing its pending_id, which commits the staged fact and resolves expired or conflicting states.
Instructions
Commit a memory_write that returned status='pending'. Pass the pending_id from that response. Pending writes expire after 1 hour; the confirm call will tell you which case fired (expired vs. never-existed). Re-gated at commit: duplicate / previously_removed / credential_warning can return instead of committed when the store changed during the wait. The staged write survives (pending_retained: true, same pending_id) — memory_write_cancel or resolve the match. The original write's overrides carry over.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pending_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||