For example, in this user profile called UserProfile there are two tools defined. The first is a server tool called Action1 and the second is a client tool called Action1:
<userprofileconfig name="UserProfile1" enable="True" timestamp="0"> <nl>NL1</nl> <console>Console1</console> <console>Console2</console> <user>User1</user> <user>User2</user> <user>User3</user> <action type="server">Action1</action> <action type="client">Action1</action> </userprofileconfig>