Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, and openWorldHint=false, so the agent knows this is a safe, local, repeatable read operation. The description adds the important constraint that it accepts diagnostic text and never model bytes, which is useful context beyond the annotations. However, it doesn't describe what the recovery action looks like or how errors are processed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.