Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full responsibility for behavioral disclosure. It does add a meaningful detail: the body is discarded. However, it omits the return format or error behavior, and there is no output schema, so the agent cannot know what result to expect beyond a pass/fail check.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.