Clovertech
A complete list of available commands can be written from the hcitcl prompt.
hcitcl>info commands
A more readable list can be written doing something like this;
foreach c [lsort -dict [info commands]] {puts $c}