sage_message_handoff
Transfer a claimed message's ownership from one MCP session to another using the exact session ID and revision from history, preventing stale or concurrent handoffs from duplicating ownership.
Instructions
Atomically transfer one claimed local or inbound federated message from the claimant_session_id and claim_revision shown by sage_message_history to this MCP session. The expected from_session_id plus from_revision form a revisioned compare-and-swap fence: stale, concurrent, and A→B→A delayed handoffs fail visibly instead of duplicating ownership. Pre-v11.18.24 claims are surfaced as legacy revision 0 and still require this explicit handoff; they are never stolen automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | ||
| from_revision | Yes | Exact claim_revision from passive claimed_elsewhere history | |
| from_session_id | Yes |