Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint=true, destructiveHint=false, and idempotentHint=true, which cover safety and idempotency. The description adds modest behavioral context by listing return fields ('signal score, last fired timestamp, total alerts fired, and subscription configuration'), but these are also documented in the output schema. No contradictions 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.