Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description goes beyond annotations by explaining key behavioral details: how arrays are handled (not by position, but by identity or order), how paths are formatted (dot notation, [id=42]), and that reordered elements are treated as a single change. This is significant added context beyond the readOnly/idempotent annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.