confirm_hand
Confirm and run a pending Hands action by providing its approval token. The token is single-use and expires in 60 seconds.
Instructions
Approve and EXECUTE a previously-issued Hands invocation by its single-use approval token. The token is returned by any confirm-required Hands tool; tokens expire after 60 seconds and CANNOT be reused. Side effect equals whatever the underlying Hand does — this can be highly destructive (running arbitrary shell commands, modifying files, etc.), so only call when the user has authorised the pending action. The token IS the auth (no external auth, no rate limits). Invalid, expired, or already-consumed tokens return an inert text response, NOT an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The approval token from the pending response |