Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint=false, destructiveHint=false, and idempotentHint=true. The description adds minimal behavioral info ('Requires authentication'), but does not clarify side effects of repeated follow/unfollow calls, error cases (e.g., unfollowing a non-followed user), or permission requirements beyond authentication.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.