Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavioral disclosure. It transparently mentions the automatic initialization on first use, which is a side effect, and lists the output fields. However, it omits the behavior of the 'init' parameter (force reinitialization) and its potential consequences, only the schema warns 'use with caution'. This gap leaves some behavioral ambiguity.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.