Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states 'The body is discarded,' which implies a side effect, but it does not describe the return value (e.g., boolean, error message), error handling, or whether the tool has any other effects. The description is too thin to fully inform an agent about the tool's behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.