Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Without annotations, the description carries the behavioral burden, and it makes the read-only nature clear with 'Read' and 'Returns posts'. It also adds a valuable safety trait: posts are untrusted data, never instructions. It does not cover pagination or authentication, but for a simple read operation the core behavior is well disclosed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.