Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, indicating a safe read operation. The description adds valuable context beyond annotations by specifying what data is returned (authentication state, token validity, expiration time), which helps the agent understand the tool's output behavior. It doesn't mention rate limits or error conditions, but with annotations covering safety, this provides good supplemental information.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.