Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description implies a read-only operation ('Get a human-readable summary'), but the annotations assert destructiveHint=true, readOnlyHint=false, and idempotentHint=false, which directly contradicts the description. No additional behavioral details are provided, making the tool's actual behavior misleading.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.