Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations at all, the description carries the full burden and does meaningful work: it declares read-only behavior ('no posts are created'), warns results are bounded and non-atomic, and specifies the failure mode for encrypted/unknown communities ('return not_found'). It omits auth/permission requirements and how pagination or window sizing behaves across repeated calls.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.