Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, and the description adds valuable context beyond that: the dependency on both post_id and comment_id from the same first-level comment, the requirement to pass page_token unchanged and not reuse it across different posts/comments, and the fallback conditional flow. No contradiction with annotations; the description enriches the behavioral profile.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.