Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and idempotentHint=true, covering safety and repeatability. The description adds that it reports a version, but no additional behavioral details (e.g., exit codes, network usage, side effects) are given. With annotations present, the description doesn't contradict them and provides minimal useful context, but doesn't go beyond what a straightforward 'check' implies.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.