Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations provide clear hints: readOnlyHint=true, destructiveHint=false, idempotentHint=true, openWorldHint=true. The description adds no behavioral context beyond what annotations already cover (e.g., no rate limits, auth needs, or return format). However, it does not contradict annotations, so it meets the baseline for having annotations but adds minimal extra value.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.