Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true, covering safety and idempotency. The description adds value by specifying what the tool returns ('available shipping methods, costs, and estimated delivery times'), which isn't in the annotations. However, it doesn't disclose additional behavioral traits like rate limits, authentication needs, or error conditions, keeping the score moderate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.