Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It only conveys that the operation is an HTTP PUT, implying mutation, but does not cover idempotency, partial vs full update semantics, required permissions, side effects, or error/response behavior. This is insufficient for an agent to anticipate 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.