Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds value by disclosing that the tool returns side effects and validation status, which are behavioral aspects beyond a simple read. However, it doesn't detail what 'side effects' means or how the version range is represented, and with no output schema, the agent must infer the return structure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.