Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish the safe-read profile (readOnly, idempotent, non-destructive, closed-world), so the description sensibly spends its words on pagination behavior instead. Stating that a next_cursor is returned when more worlds exist is useful operational context the annotations cannot convey, though pagination semantics (e.g., passing cursor back) are not spelled out.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.