ios_handle_alert
Answer iOS system alerts by reading the alert text, then accepting or dismissing with an optional exact button label to avoid unintended permissions or deletions.
Instructions
Answer a system alert.
Read the alert text before choosing. Accepting blindly is how an agent grants a permission or confirms a deletion nobody wanted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | 'accept' or 'dismiss'. | |
| button | No | Exact button label, when the alert has several. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||