Propose Real-World Action
action_proposeProposes a phone call or SMS action on behalf of a patient, returning a draft script that must be reviewed before committing.
Instructions
Propose a real-world action (phone call or SMS) on the patient's behalf. Returns a draft (id + script) the patient MUST review before submitting via action_commit. Does not execute anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Action type | |
| payload | Yes | Action content: { to: recipient label, phone: number to dial/text, body: call script or message text } |