moa_handoff_read
Retrieve a complete handoff along with its context payload from the current project's inbox using its ID. Returns null if the ID is not found.
Instructions
Read one complete handoff from the current project's inbox, including the context payload. Returns null when the id is unknown here. Handoffs never participate in recall/indexing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Handoff id (ho_<12 hex chars>) | |
| workspace | Yes | Absolute path of the CURRENT project (sender identity for send; the inbox scope for inbox/read/consume/archive). Handoff tools never infer a workspace from the MCP process cwd. |