Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavioral disclosure. It adds specific output details (dated+confidence-tagged pricing signals, confidence enum values) that inform the agent about data structure. It does not mention auth, error behavior, or side effects, but as a get operation the read-only nature is implied; the added confidence enum provides useful scope beyond a generic 'returns record'.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.