Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations readOnlyHint=true and openWorldHint=true already convey the read-only, potentially changing nature of the data, and the description does not contradict them. The description adds meaningful behavioral guidance beyond the annotations by constraining limit to legal values (5/10/20/50/100/500/1000), which the schema leaves effectively unbounded. It does not describe the ordering of the bid/ask sides, a minor gap for a read-only snapshot tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.