Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations present, the description carries the behavioral burden and it does disclose that the call is read-only, which is the key behavioral trait. It also clarifies the semantic meaning of the returned numbers (included + purchased extras and estimated throughput), going beyond a simple 'returns capacity.' It does not mention auth/rate-limit concerns, but those are standard and not critical for this read-only getter.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.