Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish the read-only, idempotent, closed-world, non-destructive profile, so the bar is lower. The description still adds real context: no account required, and that unauthenticated calls return only active records while authenticated calls also surface archived ones flagged `archivada: true`. That is useful behavioral disclosure, though it omits any error/not-found handling.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.