You would pass %A to the Tcl proc which is the text if the alert.
I don’t see why you would go to the bother of reading the description from NetConfig. In the Alerts configuation under action, when you call the proc, simply pass it in.
myproc “%A” “My Description”
Don’t forget to put the $A in quotes since it has embedded spaces.
Charlie