Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full responsibility for disclosing behavioral traits. It only states the action and input sources, but omits crucial details: side effects (e.g., does it overwrite an already-open document? load into memory?), prerequisites (e.g., does the file need to exist?), error conditions (e.g., invalid file format), or any state changes. The description is too thin to guide safe invocation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.