Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, so the safety profile is known. The description adds valuable behavioral context beyond annotations: it specifies that each match includes price, description, photo URL, and allergens. More importantly, it gives the agent a directive on how to handle unresolved allergies (tell the customer and provide the phone number), which is essential behavioral guidance not derivable from annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.