Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond annotations (readOnlyHint=true, idempotentHint=true), the description adds behavioral context: it does not execute JavaScript, does not bypass access controls, and explains cache reuse behavior via the fresh parameter. This enriches the agent's understanding of side-effect-free behavior and limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.