Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden, and a one-line effect statement ('Block a client device from the network') is all it offers. It does not disclose whether the block persists across reboots, whether it immediately disconnects an active client, or whether it can be reversed via unblock_client. For a network-altering mutation, these gaps leave the agent guessing about side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.