Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare the mutation profile (readOnlyHint=false, destructiveHint=false, idempotentHint=false). The description's "omit enabled to flip" usefully explains why the call is not idempotent — a state-dependent toggle — which is real added context. It stops short of covering permissions, invalid-id behavior, or what state changes result.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.