Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of disclosing behavior. 'View' clearly indicates a read-only operation with no side effects. It doesn't explicitly mention authentication, but the possessive 'your' implies personal data access, which is sufficient for a trivial getter.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.