Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, non-destructive, closed-world behavior, so the safety profile is covered. The description adds a distinct trait beyond annotations: retrieving the page incurs no execution and no cost, which is meaningful decision context for an agent choosing between previewing and actually invoking a service.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.