Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses the key behavioral trait that this tool returns immediately without waiting, which is not fully captured by the annotations. The annotations indicate it's not read-only, not idempotent, and not destructive, and the description aligns with this by framing it as an initiation action. The queuing behavior and immediate return add transparency beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.