Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide significant behavioral information (destructiveHint: true, readOnlyHint: false, openWorldHint: true), so the bar is lower. The description adds no additional behavioral context beyond what annotations provide - it doesn't explain what gets destroyed, what permissions are needed, rate limits, or error conditions. However, it doesn't contradict the annotations either.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.