Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so safety is covered. The description adds two genuinely useful behavioral facts: the evidence is deterministic (repeatable) and the tool is advisory only, not a gate. It says nothing about permissions, runtime cost, or what evidence is actually collected, so it stops at adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.