Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must handle behavioral disclosure entirely. It only states the high-level transformation, omitting critical details such as timezone handling (does it assume UTC or local?), error behavior for invalid strings, or the exact output structure (e.g., separate fields vs. a combined object). This leaves significant ambiguity for correct invocation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.