Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already provide comprehensive behavioral information (readOnlyHint: true, destructiveHint: false, idempotentHint: true, openWorldHint: true), which tells the agent this is a safe, repeatable read operation. The description adds minimal value beyond this, but doesn't contradict the annotations. Since annotations cover the key behavioral traits, the bar is lower, and the description doesn't need to repeat what's already declared.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.