If you type electrum help, you'll see a list of API calls to the wallet.
You can do electrum listaddresses, then choose an address and do electrum setlabel 1MyAddr.. mylabel
How are the API calls done? Can i use JSON to a port? or is this strictly a python call?
What is the expected parameters for each call? These are the things I'd like to have documented.
Is there a plugin that makes these commands available over an ethernet port? If that doesn't exist, Should it? Would it be helpful to have a bounty put up to have one made?