Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (readOnlyHint, idempotentHint, destructiveHint), the description adds valuable context: it is a free public API, counts void/total DNS lookups, flags syntax issues, and validates against RFC 7208. This gives the agent insight into rate limits (public API) and the type of validation performed, without contradicting 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.