Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of indicating behavior. It correctly implies a read-only operation by stating 'List all active SSH sessions.' However, it does not explicitly confirm non-destructiveness or mention any side effects, which would be beneficial.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.