Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden. It states it gets the authenticated user, which is a read operation. No additional behavioral traits like authentication requirements (implicit) or rate limits are mentioned, but for a simple get, it's adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.