Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It explicitly states this is a read-only check ('check whether'), which signals non-destructive behavior, and adds the specific detail about token expiry. This is sufficient for a simple status tool, though it could mention network dependency or error cases.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.