Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the conversion operation, but does not mention whether the conversion is lossless, how errors (e.g., invalid input) are handled, whether comments are preserved (especially relevant for YAML/TOML), or whether the output is returned as a string. These are significant behavioral unknowns for a conversion tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.