Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. 'Get' and 'Returns' imply a read-only operation and specify what the caller receives, but the description does not disclose side effects, authentication needs, rate limits, or how 'recent lineups' is bounded.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.