TOL, an Alias for Tolerance command?
This command is a dialog window command, or not?
And there are no "commandline version" available for this command, if i am right.
(I am away from acad in this minutes)
You can not controle dialogs or palettes with by commandline(and that is what you do with lispfunction (command), you only send informations to the commandline..
But if i am right, you will find all properties of tolerance as system variables.
You have to learn which variables set each propertie of tolerance.
Thats the same with all properties of dimstyles, each propertie of dimstyles are variables.
If am back in my homeoffice i take a look and answer again if nobody else answer faster.
General: You don't have to start with (command...) before you know what input is needed.
An easier example is command UCS.
Start in commandline: UCS<enter>
World<enter>
This set the world cs current =wcs.
For your lisp command function it is translate to:
(Command "ucs" "world")
In ten minutes i answer again..