Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the behavioral burden. 'Reset all mock servers to their original, clean state' conveys a destructive/state-changing operation and indicates what gets affected (all servers, restoring to original state). However, it doesn't disclose whether this is irreversible, whether it clears policies/rules added, or what the outcome/return looks like. It's adequately transparent for the reset action itself but lacks detail about what exactly is destroyed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.