Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden for behavioral disclosure. It states that the tool 'checks' and 'tells you' about token freshness and rate-limit headroom, implying a read-only operation. However, it does not disclose potential side effects, whether it makes external API calls that consume rate limits, or the meaning of 'headroom' in terms of return values. This is adequate but not fully transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.