Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden. It discloses a key behavioral trait: 'The body is discarded', clarifying the tool is non-persistent. It does not state the return format (e.g., boolean vs error), rate limits, or side effects, but for a validation check the disposal behavior is the most important behavioral disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.