Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full behavioral burden but offers only the bare action. It does not say whether the call is idempotent, what happens if no session exists, whether the connection handle is released, or whether errors are raised — all relevant for a teardown operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.