Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true, readOnlyHint=false, and idempotentHint=false, so the safety profile is known. However, the description adds zero behavioral context on top of that—it does not explain partial-update semantics, what happens when scheduledAt is set to null versus omitted, or whether status changes trigger side effects. No contradiction with annotations, but no added value either.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.