Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full behavioral burden. It does state the primary side effect—the running app is terminated—which is useful, but it does not mention failure modes, whether the operation is reversible, or what happens if the run_id is invalid or the app is already stopped. This is a moderate gap, not a contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.