Bring a lapsed item back
restoreMove lapsed bookmarks back to pending and reset their 24-hour review clock so they can be reconsidered.
Instructions
MUTATING TOOL. Move one or more lapsed items back to pending, resetting their 24-hour clock. Only works on items currently lapsed — for kept/watching items that need reverting, use undo instead. This call may first persist lazy expiry/drip housekeeping (see README) even if you only meant to read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | One or more item ids, from today/list_layer output. Max 25 per call. | |
| actorClaim | No | Attribution claim only — this is NOT proof of user consent. This server has no way to verify who is really behind a call; omit this field unless you have a specific reason to claim "user" or "ai" (omitted calls are recorded as "mcp-client" in history). "ai" is rejected unless the user has set BOOKMARKS_LIFECYCLE_AUTO_DECIDE=true — and even then, real protection against unwanted changes comes from every mutation being undoable via `undo`, not from this field. |