Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral disclosure burden. It does convey the core transformation behavior and the 'strict' schema constraint, which indicates validation-oriented parsing. However, it does not explain what happens on invalid or ambiguous input, whether the result is a single JSON object, or whether any side effects occur.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.