Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description mentions that 'The body is discarded', which gives a partial behavioral hint, but it does not disclose what the tool returns (e.g., a boolean, an error message), whether it has side effects beyond discarding the body, or if it is read-only. With no annotations, this lack of detail leaves significant ambiguity.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.