Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden for behavioral disclosure. It only states 'Return', implying a read-only operation, but does not describe what the actual return value looks like (e.g., a URL, an object, a text string), any authentication requirements, or potential error behaviors. This lack of detail limits an agent's ability to anticipate outcomes.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.