CreateGame CommandID Of String (name of the game)
<With PropertyList> (properties of the game)
<As PropertyList> (properties of the only player)
At String (email address of the person)
Name String (name of the person)
End
Join CommandID Me Person (ID for the new potential person)
<As PropertyList> (properties of the person)
At String (email address of the person)
Name String (name of the person)
End
AddCards CommandID Of CardList (new card IDs)
Name StringList (identities of these cards, in order)
<By Person> (whose hand)
To String (which hand or pile)
End
ModifyPlayer CommandID <As PropertyList> (properties of the potential new person)
At String (email address of the person)
Name String (name of the person)
End