Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It doesn't state whether this mutates state, whether it's a fire-and-forget transient effect, whether it requires an active connection, what side effects occur, or whether it interrupts/overrides other effects. The term 'effect' implies a transient display change but this is never made explicit.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.