Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden but only states the action ('Validate') without disclosing behavioral traits. It doesn't indicate if this is a read-only check, requires permissions, has side effects, or returns validation results, which is inadequate for a tool that likely performs analysis without mutation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.