Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses that it returns recent public trades with prices, sizes, and timestamps. However, it does not explain the meaning of 'recent' (time window), the behavior of the limit parameter, or the valid values for platform. The lack of enum definitions in the schema compounds this gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.