Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description bears the full burden of behavioral disclosure. It discloses the type of information returned (tokens, cost, burn rate, messages left) but does not explicitly state that the operation is read-only or side-effect-free, nor does it mention any potential implications like cost or rate limits. The verb 'Get' implies retrieval, but an explicit statement would be clearer.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.