Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure, but it only states the purpose and usage trigger. It does not explain what the stress-test does (e.g., whether it runs simulations, returns risk metrics, or modifies any state), nor does it mention any prerequisites or side effects. The lack of behavioral detail leaves an agent uncertain about the tool's execution model, especially since there is no output schema or parameter documentation to compensate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.