[TV] Can they be automatically determined, I mean for existing commands, or derived using some standard tcl functions? I'm sure the subject falls under the category of [Introspection], where the bottom line seems to be that the answer is no. I'm not looking for traversing widget hierarchies or complicated analysis, just a list of functions, and especially the command syntax in some form, preferably as powerfull as a formal syntax definition, and readable. One can extract the functions arguments from a user defined function, and their defaults, and of course the body, but tcl functions seem to be be able to be tested for syntax and expansion from shortcuts, but not for simply which arguments they allow.