Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It only says 'natively' and 'decode', but does not explain side effects, whether input/output are file paths or raw data, what happens on error, or what the return value is. The behavior beyond the basic operation is entirely unspecified.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.