Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint: true, idempotentHint: true, and destructiveHint: false, which lowers the disclosure burden. The description adds useful behavioral detail: rankings are ordered by points per game and cover a specific position set. It does not mention pagination, response shape, or data freshness, but these are less critical given the annotations and output schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.