Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations available, the description carries the full burden of behavioral disclosure. It states the tool 'returns' data, implying a read-only operation, but it gives no details about potential side effects, data freshness, scoping (e.g., all products vs. published only), or any limitations. Unlike the get_calls example where annotations covered safety, here the description is the only source and it is sparse.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.