Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover the safety profile (readOnlyHint=true, idempotentHint=true, destructiveHint=false), lowering the bar. The description adds genuinely useful behavioral context beyond that: empty results are a valid outcome, not an error, and 'presence' has a domain-specific meaning that excludes being in bed. These are the kind of non-obvious behaviors agents need to know.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.