Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavioral disclosure. It usefully states that the body is discarded, implying no retention or persistent side effect. However, it does not describe the return value, error behavior, or whether the unrelated `url`, `host`, and `zone` parameters play any role, so coverage is only partial.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.