sage_message_handoff
Transfer a claimed message from a previous session to the current one atomically, using a session ID check to prevent duplicate ownership. Handles legacy federated claims explicitly.
Instructions
Atomically transfer one claimed local or inbound federated message from the claimant_session_id shown by sage_message_history to this MCP session. The expected from_session_id is a compare-and-swap fence: a stale or concurrent handoff fails visibly instead of duplicating ownership. Pre-v11.18.24 federated claims are surfaced as legacy and still require this explicit handoff; they are never stolen automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | ||
| from_session_id | Yes |