Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint annotation already signals a non-mutating read, and the description adds valuable behavioral constraints: the next_page_token must be passed back verbatim, must not be truncated or modified, and root_review_id must not be supplied. These details go beyond what the annotations alone would provide.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.