Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full responsibility for behavioral disclosure. It states the action (continue a paused thread) and implies a precondition (paused), but does not disclose consequences such as the thread running until the next breakpoint, potential side effects on the debug session, or what happens if the thread is not paused. The 'escape hatch' label suggests low-level behavior but remains vague.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.