Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already carry the safety profile (readOnlyHint=true, idempotentHint=true, destructiveHint=false), so the bar is lower. The description adds genuinely useful context beyond annotations: 'Empty list is 200' prevents misinterpreting an empty result as an error, 'House probes are not listed' discloses filtering behavior, and 'Occupancy unchanged' confirms no side effect on occupancy state. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.