Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description bears full responsibility for disclosing behavior. It fails to specify whether the tool is read-only, what side effects occur (none expected but unstated), or what the return value looks like (e.g., boolean). The description only hints at the check operation without detailing outcomes or errors.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.