Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations, so the description carries the full burden of behavioral disclosure. It only states the basic action without any side effects, limitations, performance considerations, or failure modes. For instance, it doesn't indicate whether JavaScript rendering is involved or whether the output is a binary file, making the tool's behavior opaque.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.