Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden and partially meets it by disclosing that the operation is synchronous and read-only, which is important safety-relevant behavior. It does not describe side effects, auth requirements, or error behavior, but the output schema covers return values.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.