Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark the tool as idempotent and non-destructive. Description adds that it 'checks stop until resumed,' which clarifies the state change. However, it does not disclose potential failure modes (e.g., pausing an already paused monitor), required permissions, or postcondition details. For a simple tool with annotations, this is adequate but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.