Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnlyHint and openWorldHint annotations, the description discloses pagination behavior, the need for a complete post_id/comment_id pair, how to source missing IDs, and the semantics of parent_comment_id and reply_to_comment_id in the response. It also adds the caution against using a reply-level comment_id as input, which is valuable operational context not covered by the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.