Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare the tool read-only, idempotent, and non-destructive, so the description does not need to restate these. It adds value by disclosing the cost ($0.0005 USDC) and the output format ('in one sentence'), which are behavioral details not captured elsewhere. It does not describe potential side effects, but given the annotations, this is sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.