Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It discloses key behaviors like terminating background commands, closing PTYs, and terminating sockets. However, it omits idempotency details or what happens if the session is already disconnected. Still, it provides solid behavioral context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.