Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must carry safety/behavior information; it does usefully disclose that the body is discarded, implying no persistence or side effects. It does not describe error behavior or return shape, but for a pure validation check the discard statement provides meaningful transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.