Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of disclosure. It only states 'save', implying a write operation, but does not clarify if it is destructive (overwrites existing files), whether it requires specific permissions, or any limits (e.g., file size, path restrictions). The output schema exists but is not described.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.