Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden. It clearly implies a read-only operation (get) and a simple aggregate result, but does not detail the return format (e.g., integer vs. object), potential performance implications, or scope limitations beyond 'on the account'. Minimal but not misleading.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.