Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. 'List' clearly signals a read-only, non-mutating operation and discloses the salient return content (collections plus per-collection recipe counts), which is genuinely useful. However, it says nothing about ordering, pagination, empty-result behavior, or any auth requirement.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.