Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden but only states the basic action without detailing behavioral traits. It doesn't cover aspects like error handling (e.g., missing files), performance implications (e.g., memory usage for large batches), or output format (e.g., text content or metadata). This leaves significant gaps for a tool that reads files.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.