Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits. It states the body is discarded, which clarifies no persistence, but it does not explain the return value (e.g., boolean, error) or side effects. The presence of unrelated parameters (url, host, zone) further obscures behavior—whether they are inputs or ignored. This is insufficient for an agent to know how the tool behaves.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.