Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states 'retrieves statistics' but does not clarify whether the operation is read-only, what statistics are included, how the default gym is determined, or what the response structure looks like. The schema mentions optional gym_id and default gym, but the description adds no behavioral context beyond the verb.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.