Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It mentions the asynchronous nature (awaiting result) and the null return while waiting, but does not disclose whether the tool is idempotent, if repeated calls are safe, or if there are any side effects. More behavioral context is needed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.