Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the agent knows this is a safe read-only operation. The description adds little beyond that: it says 'Get directory tree structure' but does not disclose behavior like whether symlinks are followed, whether hidden files are included, or how max_depth affects traversal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.