This is for those with 10s of stamps and trying track use/weed/organise them, so ideas…
#1. Add comments to the Stamp. Action code comments are fairly new so long-time users of Tinderbox might consider adding comments to their stamps.
#2. a way to track use is to add a user String-type attribute called StampUsed. At the end of each stamp add code `$StampUsed="###"; where the ### is the UI name of the stamp. Thus when a stamp is used, it leaves a hidden comment for the user. This can be enhanced by extending the stamp’s code to record the stamp name and date/time of execution.