Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover the read-only and open-world nature of the operation, so the safety profile is clear. The description adds only that pagination via page_token is supported, which is also documented in the schema; it offers no additional context such as rate limits, data freshness, or result completeness. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.