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. 'Stop an instance' implies a mutation that halts an instance, but it doesn't describe side effects (e.g., data persistence, billing implications), permissions required, error conditions, or what happens if the instance is already stopped. The 'force' parameter in the schema hints at optional forceful stopping, but the description doesn't explain this behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.