Close handoff summary
close_handoff_summaryMark a handoff as consumed or closed after the receiving agent acts or a human reviews it. Provide handoff ID and optionally final status to update the record.
Instructions
Purpose: Mark a handoff as consumed or no longer active. When to use: call after the receiving agent has acted on the handoff or a human has reviewed it. Inputs: handoff_id and final status. Side effects: updates handoff status. Output: count of closed records. Failure modes: returns zero when the handoff id does not match an active row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Final status to set, usually closed. | closed |
| handoff_id | Yes | Handoff UUID to close. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||