chap.handoff.propose
chap.handoff.proposePropose handing off active tasks to a colleague or group, providing context, next actions, and blockers. Requires tasks to be currently assigned to you.
Instructions
Propose handing one or more tasks to another participant or a group, with the context needed to pick them up. Every task must currently be assigned to the proposer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient, as a participant URI or a group URI such as 'group:support-team'. A recipient who is not a workspace member is refused with -32052. | |
| from | Yes | Participant URI, e.g. 'human:alice@example.org' or 'agent:bot@local'. | |
| tasks | Yes | The work being handed over, one entry per task. Every task must currently be assigned to the proposer; otherwise the proposal is refused with -32050. | |
| summary | No | Covering note for the handover as a whole, above the per-task detail. | |
| workspace | Yes | Workspace identifier, e.g. 'wsp_techcorp_support'. | |
| context_links | No | URLs to threads, tickets or documents the recipient will need. |