Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, and non-destructive behavior, so the description does not need to restate safety. It adds useful context beyond annotations: searching is by title and the return contract is 'ids with links'. This is meaningful behavioral disclosure, though it stops short of describing edge cases or result limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.