Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (readOnly, idempotent, non-destructive), the description discloses pagination behavior (hasMore indicates more items) and recommends narrowing filters over paginating, which is operational context not covered by annotations. It also notes versions are immutable, adding semantic detail.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.