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 fails to mention key behaviors such as pagination (page/limit parameters), default ordering, idempotency, or any side effects. The simple phrase 'with filters' does not convey that results are paginated or limited to a maximum of 100 items per page, which is essential for correct invocation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.