Unlock the doors
toyota_unlock_doorsUnlock the car doors after an explicit user request and verify the car's reported door state. Preview the action first with confirm disabled; send only after the user confirms.
Instructions
Unlock the doors, then verify against the state the car reports.
Security-sensitive: only when the user explicitly asked to unlock the car in this conversation, never on your own initiative. Preview with confirm=false unless the user already confirmed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | true sends the command to the car; false (default) only previews what would happen and sends nothing. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doors | No | ||
| detail | Yes | ||
| status | Yes | 'needs_confirmation' = nothing was sent; 'verified' = the car reported the new state; 'accepted' = Toyota accepted the command but the car has not confirmed it yet; 'failed' = the car rejected it. | |
| climate | No | ||
| command | Yes | ||
| charging | No | ||
| elapsed_seconds | No |