Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It states 'Export' but doesn't disclose that this likely creates or overwrites a file on disk, may require write permissions, or could have side effects like overwriting existing files. It also doesn't mention any potential failures (e.g., invalid filepath) or behavior differences based on format. The brevity leaves significant behavioral unknowns.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.