confirm_action
Confirm and execute a pending action using the confirmation token returned by a previous tool call, enabling safe execution of destructive operations when confirmation mode is enabled.
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 |