Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. However, the description adds no behavioral context beyond that. It does not mention that the tool requires paymentProof for execution and returns a 402 price quote when omitted, which is a significant behavioral aspect encoded only in the schema. The openWorldHint=true suggests possible external interactions, but the description is silent on that.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.