confirm_action
Execute a destructive action by providing the confirmation token returned when confirmation mode is enabled. Ensures safety by requiring explicit approval before proceeding.
Instructions
Execute a previously requested action that requires confirmation.
When ``KILN_CONFIRM_MODE`` is enabled, destructive tools (safety level
``"confirm"`` or ``"emergency"``) return a confirmation token instead of
executing immediately. Pass that token here to proceed.
Args:
token: The confirmation token returned by the original tool call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes |