Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry the safety/behavior burden. 'Return whether' suggests a read-only status query, but it does not explicitly state that calling it will not start or close a session, nor what happens when no session is active. This leaves some ambiguity for a tool with no annotation support.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.