Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, so the safety profile is known. The description adds that it lists warehouses with specific fields, but does not elaborate on response shape, pagination, or error conditions. It doesn't contradict annotations, so no red flag, but it adds minimal behavioral detail beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.