Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full responsibility for disclosing behavior. It only states a get operation, which implies read-only, but does not mention that a session is required, that it returns a string, or that it will not modify page state. The lack of any behavioral detail beyond the verb leaves the agent under-informed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.