confirm_hand
Approve and execute a pending Hands command by supplying its single-use token. This confirms and runs the action only when user has authorized it.
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 |