Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only, idempotent, and open-world behavior. The description adds only a minor behavioral detail: it checks token validity. It does not describe unauthenticated behavior or what exactly is returned, but for a safe read-only status check this is not critical.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.