device_approve
Resolve a pending phone-control action by choosing approve or deny. Optionally submit a corrected command and attach a screenshot to verify before the agent executes it.
Instructions
Resolve a pending action from any device_* tool. decision is "approve"
or "deny". An optional command overrides the proposed command (e.g. a
human-corrected variant), matching PLAN.md's device_approve(thread_id,
decision, command?) signature. include_screenshot=True attaches a real screenshot,
same off-by-default tradeoff as device_do.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | No | ||
| decision | Yes | ||
| thread_id | Yes | ||
| include_screenshot | No |