Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate destructiveHint=true (mutation) and idempotentHint=false (non-idempotent), so the agent knows this is a non-idempotent destructive operation. The description adds context by specifying blocking can be done via phone number or JID, which clarifies the target parameter. However, it doesn't disclose additional behavioral traits like rate limits, authentication needs, or what 'blocking' entails (e.g., prevents messages).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.