Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only, open-world, idempotent, and non-destructive behavior. The description adds the critical trait 'deterministic' and emphasizes the need for sanitized inputs, which is behavioral context beyond the annotations. It does not contradict annotations; rather, it reinforces them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.