Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden, yet it only discloses that the ping is TCP-based (vs ICMP). It says nothing about whether hosts are probed in parallel or sequentially, how failures/timeouts are reported, or whether this can be slow with many hosts — all material for a fan-out operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.