Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the operation is known to be a safe, non-mutating read. The description adds meaningful behavioral context beyond the annotations: the call is a priced x402 request ($0.195 USDC), it supports Base and Solana, and it computes a bounded 0-100 score. No contradiction with annotations exists.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.