Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare the tool as read-only, idempotent, and non-destructive. The description adds valuable behavioral context beyond annotations: stable ID ordering, pagination semantics with unchanged filters, the fact that only summaries are returned, and the cost characteristic ('Cheap'). This helps an agent reason about repeated calls and performance.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.