Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden. It discloses that the tool returns all papers for a specific conference-year, implying a read-only operation. However, it does not describe the return format, pagination, or any error behaviors. Since this is a getter, the lack of explicit read-only declaration is a minor gap, but the 'get' verb is informative.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.