Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It implies a read-only operation through the word 'Get' and states what is returned, but it does not disclose behavioral details such as requiring an open browser/page or how errors are handled. For a zero-parameter getter this is minimally adequate but not thorough.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.