Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering safety. The description adds a valuable behavioral quirk: commas are treated as separators, so users must type 1200 instead of 1,200. This goes beyond the schema and annotations, giving agents critical parsing behavior. No contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.