Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, openWorldHint=false, and idempotentHint=true, so the safety profile is covered. The description adds valuable behavioral context: results are 'live', sorted by price per mg ascending, with blends and unpriceable products placed last, and prices are integer minor units plus display strings. This goes well beyond the annotations and helps the agent interpret results.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.