Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. 'Exit the script' implies a termination action but doesn't specify critical behaviors: whether this stops the entire script execution, what happens to ongoing processes, if it's reversible, or any side effects (e.g., cleanup). This is inadequate for a tool that likely ends script flow.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.