Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. But the description adds zero behavioral context – it doesn't mention that this is a read-only operation, nor does it describe any pagination, filtering, or side effects beyond what the annotations imply. With high annotation coverage, the bar is lower, but the description still provides no additional value.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.